| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.interfaces |
| 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 |
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.
|
Copyright © 2017. All rights reserved.