Class JobSchedulingPlan

java.lang.Object
org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan

@Internal public class JobSchedulingPlan extends Object
A plan that describes how to execute JobGraph.
  1. vertexParallelism is necessary to create ExecutionGraph
  2. slotAssignments are used to schedule it onto the cluster
AdaptiveScheduler passes this structure from WaitingForResources to CreatingExecutionGraph stages.