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 to CheckpointListener. 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.
    • Method Summary

      • Methods inherited from interface org.apache.flink.api.common.state.CheckpointListener

        notifyCheckpointAborted, notifyCheckpointComplete