| Modifier and Type | Method and Description |
|---|---|
ExtendedSequenceNumber |
ICheckpoint.getCheckpoint(String shardId)
Get the current checkpoint stored for the specified shard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICheckpoint.setCheckpoint(String shardId,
ExtendedSequenceNumber checkpointValue,
String concurrencyToken)
Record a checkpoint for a shard (e.g.
|
| Modifier and Type | Field and Description |
|---|---|
static ExtendedSequenceNumber |
ExtendedSequenceNumber.AT_TIMESTAMP
Special value for AT_TIMESTAMP.
|
static ExtendedSequenceNumber |
ExtendedSequenceNumber.LATEST
Special value for LATEST.
|
static ExtendedSequenceNumber |
ExtendedSequenceNumber.SHARD_END
Special value for SHARD_END.
|
static ExtendedSequenceNumber |
ExtendedSequenceNumber.TRIM_HORIZON
Special value for TRIM_HORIZON.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedSequenceNumber |
InitializationInput.getExtendedSequenceNumber()
Get starting
ExtendedSequenceNumber. |
| Modifier and Type | Method and Description |
|---|---|
int |
ExtendedSequenceNumber.compareTo(ExtendedSequenceNumber extendedSequenceNumber)
Compares this with another ExtendedSequenceNumber using these rules.
|
InitializationInput |
InitializationInput.withExtendedSequenceNumber(ExtendedSequenceNumber extendedSequenceNumber)
Set starting
ExtendedSequenceNumber. |
| Modifier and Type | Method and Description |
|---|---|
ExtendedSequenceNumber |
KinesisClientLease.getCheckpoint() |
ExtendedSequenceNumber |
KinesisClientLeaseManager.getCheckpoint(String shardId)
Gets the current checkpoint of the shard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KinesisClientLease.setCheckpoint(ExtendedSequenceNumber checkpoint)
Sets checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedSequenceNumber |
IKinesisClientLeaseManager.getCheckpoint(String shardId)
Gets the current checkpoint of the shard.
|
Copyright © 2016. All rights reserved.