public interface S3Checkpointer
S3FileCheckpointer| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Method commit notifies the instance that no more keys will be handled.
|
java.lang.String |
getLastKey(java.lang.String bucketName)
Method getLastKey returns the last known key or null for the requested bucket.
|
void |
setLastKey(java.lang.String bucketName,
java.lang.String key)
Method setLastKey stores the last seen and consumed key for the given bucket.
|
java.lang.String getLastKey(java.lang.String bucketName)
bucketName - of Stringvoid setLastKey(java.lang.String bucketName, java.lang.String key)
bucketName - of Stringkey - of Stringvoid commit()
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.