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
Modifier and TypeMethodDescriptionvoidStarts the periodic scheduling if possible.voidStops the periodic scheduling if possible.
-
Method Details
-
startCheckpointScheduler
void startCheckpointScheduler()Starts the periodic scheduling if possible. -
stopCheckpointScheduler
void stopCheckpointScheduler()Stops the periodic scheduling if possible.
-