Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointPlan
Packages that use CheckpointPlan
-
Uses of CheckpointPlan in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement CheckpointPlanMethods in org.apache.flink.runtime.checkpoint that return CheckpointPlanMethods in org.apache.flink.runtime.checkpoint that return types with arguments of type CheckpointPlanModifier and TypeMethodDescriptionCheckpointPlanCalculator.calculateCheckpointPlan()Calculates the plan of the next checkpoint.DefaultCheckpointPlanCalculator.calculateCheckpointPlan()Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointPlanModifierConstructorDescriptionPendingCheckpoint(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)