Package | Description |
---|---|
software.amazon.kinesis.checkpoint | |
software.amazon.kinesis.processor |
Modifier and Type | Method and Description |
---|---|
void |
ShardPreparedCheckpointer.checkpoint()
This method will record a pending checkpoint.
|
void |
DoesNothingPreparedCheckpointer.checkpoint()
This method will record a pending checkpoint.
|
void |
ShardRecordProcessorCheckpointer.checkpoint()
This method will checkpoint the progress at the last data record that was delivered to the record processor.
|
void |
ShardRecordProcessorCheckpointer.checkpoint(software.amazon.awssdk.services.kinesis.model.Record record)
This method will checkpoint the progress at the provided record.
|
void |
ShardRecordProcessorCheckpointer.checkpoint(String sequenceNumber)
This method will checkpoint the progress at the provided sequenceNumber.
|
void |
ShardRecordProcessorCheckpointer.checkpoint(String sequenceNumber,
long subSequenceNumber)
This method will checkpoint the progress at the provided sequenceNumber and subSequenceNumber, the latter for
aggregated records produced with the Producer Library.
|
PreparedCheckpointer |
ShardRecordProcessorCheckpointer.prepareCheckpoint()
This method will record a pending checkpoint at the last data record that was delivered to the record processor.
|
PreparedCheckpointer |
ShardRecordProcessorCheckpointer.prepareCheckpoint(software.amazon.awssdk.services.kinesis.model.Record record)
This method will record a pending checkpoint at the at the provided record.
|
PreparedCheckpointer |
ShardRecordProcessorCheckpointer.prepareCheckpoint(String sequenceNumber)
This method will record a pending checkpoint at the provided sequenceNumber.
|
PreparedCheckpointer |
ShardRecordProcessorCheckpointer.prepareCheckpoint(String sequenceNumber,
long subSequenceNumber)
This method will record a pending checkpoint at the provided sequenceNumber and subSequenceNumber, the latter for
aggregated records produced with the Producer Library.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordProcessorCheckpointer.checkpoint()
This method will checkpoint the progress at the last data record that was delivered to the record processor.
|
void |
PreparedCheckpointer.checkpoint()
This method will record a pending checkpoint.
|
void |
RecordProcessorCheckpointer.checkpoint(software.amazon.awssdk.services.kinesis.model.Record record)
This method will checkpoint the progress at the provided record.
|
void |
RecordProcessorCheckpointer.checkpoint(String sequenceNumber)
This method will checkpoint the progress at the provided sequenceNumber.
|
void |
RecordProcessorCheckpointer.checkpoint(String sequenceNumber,
long subSequenceNumber)
This method will checkpoint the progress at the provided sequenceNumber and subSequenceNumber, the latter for
aggregated records produced with the Producer Library.
|
PreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint()
This method will record a pending checkpoint at the last data record that was delivered to the record processor.
|
PreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint(software.amazon.awssdk.services.kinesis.model.Record record)
This method will record a pending checkpoint at the at the provided record.
|
PreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint(String sequenceNumber)
This method will record a pending checkpoint at the provided sequenceNumber.
|
PreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint(String sequenceNumber,
long subSequenceNumber)
This method will record a pending checkpoint at the provided sequenceNumber and subSequenceNumber, the latter for
aggregated records produced with the Producer Library.
|
Copyright © 2019. All rights reserved.