Uses of Class
org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan.SlotAssignment
Packages that use JobSchedulingPlan.SlotAssignment
Package
Description
-
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.SlotAssignmentConstructor parameters in org.apache.flink.runtime.scheduler.adaptive with type arguments of type JobSchedulingPlan.SlotAssignmentModifierConstructorDescriptionJobSchedulingPlan(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.SlotAssignmentModifier and TypeMethodDescriptionDefaultSlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) SlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) StateLocalitySlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)