Interface CheckpointListener


  • public interface CheckpointListener
    Listener for notifications of checkpoints removed by CheckpointSpi.
    • Method Detail

      • onCheckpointRemoved

        void onCheckpointRemoved​(String key)
        Notification for removed checkpoint.
        Parameters:
        key - Key of removed checkpoint.