Uses of Class
org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan
Packages that use JobSchedulingPlan
Package
Description
-
Uses of JobSchedulingPlan in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return JobSchedulingPlanModifier and TypeMethodDescriptionstatic JobSchedulingPlanJobSchedulingPlan.empty()Create an emptyJobSchedulingPlanwith no information about vertices or allocations. -
Uses of JobSchedulingPlan in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type JobSchedulingPlanModifier and TypeMethodDescriptionSlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation, Collection<? extends SlotInfo> slots, JobAllocationsInformation jobAllocationsInformation) Same asSlotAllocator.determineParallelism(JobInformation, Collection)but additionally determine assignment of slots to execution slot sharing groups.SlotSharingSlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation, Collection<? extends SlotInfo> slots, JobAllocationsInformation jobAllocationsInformation) Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type JobSchedulingPlanModifier and TypeMethodDescriptionSlotAllocator.tryReserveResources(JobSchedulingPlan jobSchedulingPlan) Reserves slots according to the given assignment if possible.SlotSharingSlotAllocator.tryReserveResources(JobSchedulingPlan jobSchedulingPlan)