Uses of Class
org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan.SlotAssignment
-
Packages that use JobSchedulingPlan.SlotAssignment Package Description org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.scheduler.adaptive.allocator -
-
Uses of JobSchedulingPlan.SlotAssignment in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type JobSchedulingPlan.SlotAssignment Modifier and Type Method Description Collection<JobSchedulingPlan.SlotAssignment>JobSchedulingPlan. getSlotAssignments()Constructor parameters in org.apache.flink.runtime.scheduler.adaptive with type arguments of type JobSchedulingPlan.SlotAssignment Constructor Description JobSchedulingPlan(VertexParallelism vertexParallelism, Collection<JobSchedulingPlan.SlotAssignment> slotAssignments) -
Uses of JobSchedulingPlan.SlotAssignment in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type JobSchedulingPlan.SlotAssignment Modifier and Type Method Description Collection<JobSchedulingPlan.SlotAssignment>DefaultSlotAssigner. assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)Collection<JobSchedulingPlan.SlotAssignment>SlotAssigner. assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)Collection<JobSchedulingPlan.SlotAssignment>StateLocalitySlotAssigner. assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)
-