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 Type
    Method
    Description
    void
    Starts the periodic scheduling if possible.
    void
    Stops 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.