| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.interfaces | |
| com.amazonaws.services.kinesis.clientlibrary.lib.worker |
| Modifier and Type | Method and Description |
|---|---|
IPreparedCheckpointer |
IRecordProcessorCheckpointer.prepareCheckpoint()
This method will record a pending checkpoint at the last data record that was delivered to the record processor.
|
IPreparedCheckpointer |
IRecordProcessorCheckpointer.prepareCheckpoint(com.amazonaws.services.kinesis.model.Record record)
This method will record a pending checkpoint at the at the provided record.
|
IPreparedCheckpointer |
IRecordProcessorCheckpointer.prepareCheckpoint(String sequenceNumber)
This method will record a pending checkpoint at the provided sequenceNumber.
|
IPreparedCheckpointer |
IRecordProcessorCheckpointer.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 | Class and Description |
|---|---|
class |
DoesNothingPreparedCheckpointer
A special IPreparedCheckpointer that does nothing, which can be used when preparing a checkpoint at the current
checkpoint sequence number where it is never necessary to do another checkpoint.
|
class |
PreparedCheckpointer
Objects of this class are prepared to checkpoint at a specific sequence number.
|
| Modifier and Type | Method and Description |
|---|---|
IPreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint()
This method will record a pending checkpoint at the last data record that was delivered to the record processor.
|
IPreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint(com.amazonaws.services.kinesis.model.Record record)
This method will record a pending checkpoint at the at the provided record.
|
IPreparedCheckpointer |
RecordProcessorCheckpointer.prepareCheckpoint(String sequenceNumber)
This method will record a pending checkpoint at the provided sequenceNumber.
|
IPreparedCheckpointer |
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 © 2024. All rights reserved.