| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.exceptions | |
| com.amazonaws.services.kinesis.clientlibrary.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidStateException
This is thrown when the Amazon Kinesis Client Library encounters issues with its internal state (e.g.
|
class |
KinesisClientLibNonRetryableException
Non-retryable exceptions.
|
class |
ShutdownException
The RecordProcessor instance has been shutdown (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedSequenceNumber |
ICheckpoint.getCheckpoint(String shardId)
Get the current checkpoint stored for the specified shard.
|
Checkpoint |
ICheckpoint.getCheckpointObject(String shardId)
Get the current checkpoint stored for the specified shard, which holds the sequence numbers for the checkpoint
and pending checkpoint.
|
void |
ICheckpoint.prepareCheckpoint(String shardId,
ExtendedSequenceNumber pendingCheckpoint,
String concurrencyToken)
Record intent to checkpoint for a shard.
|
void |
ICheckpoint.setCheckpoint(String shardId,
ExtendedSequenceNumber checkpointValue,
String concurrencyToken)
Record a checkpoint for a shard (e.g.
|
Copyright © 2021. All rights reserved.