Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Packages that use CheckpointPlan Package Description org.apache.flink.runtime.checkpoint -
-
Uses of CheckpointPlan in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement CheckpointPlan Modifier and Type Class Description class
DefaultCheckpointPlan
The default implementation of heCheckpointPlan
.Methods in org.apache.flink.runtime.checkpoint that return CheckpointPlan Modifier and Type Method Description CheckpointPlan
PendingCheckpoint. getCheckpointPlan()
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type CheckpointPlan Modifier and Type Method Description CompletableFuture<CheckpointPlan>
CheckpointPlanCalculator. calculateCheckpointPlan()
Calculates the plan of the next checkpoint.CompletableFuture<CheckpointPlan>
DefaultCheckpointPlanCalculator. calculateCheckpointPlan()
Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointPlan Constructor Description PendingCheckpoint(org.apache.flink.api.common.JobID jobId, long checkpointId, long checkpointTimestamp, CheckpointPlan checkpointPlan, Collection<OperatorID> operatorCoordinatorsToConfirm, Collection<String> masterStateIdentifiers, CheckpointProperties props, CompletableFuture<CompletedCheckpoint> onCompletionPromise, PendingCheckpointStats pendingCheckpointStats, CompletableFuture<Void> masterTriggerCompletionPromise)
-