public interface CheckpointListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyCheckpointComplete(long checkpointId)
This method is called as a notification once a distributed checkpoint has been completed.
|
void notifyCheckpointComplete(long checkpointId)
throws Exception
checkpointId - The ID of the checkpoint that has been completed.ExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.