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