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.Exception
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.