fix comment of ICheckpoint.prepareCheckpoint()
This commit is contained in:
parent
8828ed8b15
commit
eb9e7e54a0
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ public interface ICheckpoint {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Record intent to checkpoint for a shard. Upon failover, the pendingCheckpointValue and pendingCheckpointState
|
* Record intent to checkpoint for a shard. Upon failover, the pendingCheckpointValue will be passed to the new
|
||||||
* will be passed to the new RecordProcessor's init() method.
|
* RecordProcessor's initialize() method.
|
||||||
*
|
*
|
||||||
* @param shardId Checkpoint is specified for this shard.
|
* @param shardId Checkpoint is specified for this shard.
|
||||||
* @param pendingCheckpoint Value of the pending checkpoint (e.g. Kinesis sequence number and subsequence number)
|
* @param pendingCheckpoint Value of the pending checkpoint (e.g. Kinesis sequence number and subsequence number)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue