Class DefaultCheckpointPlanCalculator

java.lang.Object
org.apache.flink.runtime.checkpoint.DefaultCheckpointPlanCalculator
All Implemented Interfaces:
CheckpointPlanCalculator

public class DefaultCheckpointPlanCalculator extends Object implements CheckpointPlanCalculator
Default implementation for 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.