Uses of Interface
org.apache.flink.runtime.checkpoint.Checkpoint
-
Packages that use Checkpoint Package Description org.apache.flink.runtime.checkpoint -
-
Uses of Checkpoint in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement Checkpoint Modifier and Type Class Description classCompletedCheckpointA CompletedCheckpoint describes a checkpoint after all required tasks acknowledged it (with their state) and that is considered successful.classPendingCheckpointA 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 Checkpoint Modifier and Type Method Description voidCheckpointsCleaner. cleanCheckpoint(Checkpoint checkpoint, boolean shouldDiscard, Runnable postCleanAction, Executor executor)
-