Interface CheckpointStatsListener
-
public interface CheckpointStatsListenerAn interface that allows listening on the checkpoint lifecycle.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonCompletedCheckpoint()Called when a checkpoint was completed successfully.default voidonFailedCheckpoint()Called when a checkpoint failed.
-