Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointPlanCalculatorContext
-
Packages that use CheckpointPlanCalculatorContext Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.executiongraph -
-
Uses of CheckpointPlanCalculatorContext in org.apache.flink.runtime.checkpoint
Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointPlanCalculatorContext Constructor Description DefaultCheckpointPlanCalculator(org.apache.flink.api.common.JobID jobId, CheckpointPlanCalculatorContext context, Iterable<ExecutionJobVertex> jobVerticesInTopologyOrderIterable, boolean allowCheckpointsAfterTasksFinished)
-
Uses of CheckpointPlanCalculatorContext in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement CheckpointPlanCalculatorContext Modifier and Type Class Description class
ExecutionGraphCheckpointPlanCalculatorContext
ACheckpointPlanCalculatorContext
implementation based on the information from anExecutionGraph
.
-