Uses of Interface
org.apache.flink.runtime.checkpoint.Checkpoint
Packages that use Checkpoint
-
Uses of Checkpoint in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement CheckpointModifier and TypeClassDescriptionclassA CompletedCheckpoint describes a checkpoint after all required tasks acknowledged it (with their state) and that is considered successful.classA pending checkpoint is a checkpoint that has been started, but has not been acknowledged by all tasks that need to acknowledge it.Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointModifier and TypeMethodDescriptionvoidCheckpointsCleaner.cleanCheckpoint(Checkpoint checkpoint, boolean shouldDiscard, Runnable postCleanAction, Executor executor)