Interface CheckpointScheduling
-
- All Known Implementing Classes:
AdaptiveBatchScheduler,DefaultScheduler,SchedulerBase
public interface CheckpointSchedulingCheckpointSchedulingprovides methods for starting and stopping the periodic scheduling of checkpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartCheckpointScheduler()Starts the periodic scheduling if possible.voidstopCheckpointScheduler()Stops the periodic scheduling if possible.
-