public class DefaultCheckpointPlanCalculator extends Object implements CheckpointPlanCalculator
CheckpointPlanCalculator. If all tasks are running, it
directly marks all the sources as tasks to trigger, otherwise it would try to find the running
tasks without running processors as tasks to trigger.| 构造器和说明 |
|---|
DefaultCheckpointPlanCalculator(org.apache.flink.api.common.JobID jobId,
CheckpointPlanCalculatorContext context,
Iterable<ExecutionJobVertex> jobVerticesInTopologyOrderIterable,
boolean allowCheckpointsAfterTasksFinished) |
public DefaultCheckpointPlanCalculator(org.apache.flink.api.common.JobID jobId,
CheckpointPlanCalculatorContext context,
Iterable<ExecutionJobVertex> jobVerticesInTopologyOrderIterable,
boolean allowCheckpointsAfterTasksFinished)
public CompletableFuture<CheckpointPlan> calculateCheckpointPlan()
CheckpointPlanCalculatorcalculateCheckpointPlan 在接口中 CheckpointPlanCalculatorCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.