Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointPlanCalculatorContext
Packages that use CheckpointPlanCalculatorContext
-
Uses of CheckpointPlanCalculatorContext in org.apache.flink.runtime.checkpoint
Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointPlanCalculatorContextModifierConstructorDescriptionDefaultCheckpointPlanCalculator(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 CheckpointPlanCalculatorContextModifier and TypeClassDescriptionclassACheckpointPlanCalculatorContextimplementation based on the information from anExecutionGraph.