| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.interfaces | |
| com.amazonaws.services.kinesis.clientlibrary.lib.worker |
| Modifier and Type | Method and Description |
|---|---|
void |
IRecordProcessorCheckpointer.checkpoint()
This method will checkpoint the progress at the last data record that was delivered to the record processor.
|
void |
IPreparedCheckpointer.checkpoint()
This method will record a pending checkpoint.
|
void |
IRecordProcessorCheckpointer.checkpoint(com.amazonaws.services.kinesis.model.Record record)
This method will checkpoint the progress at the provided record.
|
void |
IRecordProcessorCheckpointer.checkpoint(String sequenceNumber)
This method will checkpoint the progress at the provided sequenceNumber.
|
void |
IRecordProcessorCheckpointer.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.
|
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 | Method and Description |
|---|---|
void |
PreparedCheckpointer.checkpoint()
This method will record a pending checkpoint.
|
void |
DoesNothingPreparedCheckpointer.checkpoint()
This method will record a pending checkpoint.
|
Copyright © 2017. All rights reserved.