Package org.apache.flink.runtime.state
Interface CheckpointListener
-
- All Superinterfaces:
org.apache.flink.api.common.state.CheckpointListener
@Public @Deprecated public interface CheckpointListener extends org.apache.flink.api.common.state.CheckpointListener
Deprecated.This interface has been moved toCheckpointListener. This class is kept to maintain backwards compatibility and will be removed in future releases.This interface must be implemented by functions/operations that want to receive a commit notification once a checkpoint has been completely acknowledged by all participants.