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) |
Collection<org.apache.flink.runtime.scheduler.adaptive.allocator.StateLocalitySlotAssigner.AllocationScore> |
StateLocalitySlotAssigner.calculateScore(org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator.ExecutionSlotSharingGroup group,
Map<JobVertexID,Integer> parallelism,
JobInformation jobInformation,
JobAllocationsInformation previousAllocations) |
Optional<JobSchedulingPlan> |
SlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation,
Collection<? extends SlotInfo> slots,
JobAllocationsInformation jobAllocationsInformation)
|
Optional<JobSchedulingPlan> |
SlotSharingSlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation,
Collection<? extends SlotInfo> slots,
JobAllocationsInformation jobAllocationsInformation) |