| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler.adaptive | |
| org.apache.flink.runtime.scheduler.adaptive.allocator |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobGraphJobInformation
JobInformation created from a JobGraph. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<JobSchedulingPlan.SlotAssignment> |
SlotAssigner.assignSlots(JobInformation jobInformation,
Collection<? extends SlotInfo> freeSlots,
VertexParallelism vertexParallelism,
JobAllocationsInformation previousAllocations) |
Collection<JobSchedulingPlan.SlotAssignment> |
DefaultSlotAssigner.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<VertexParallelism> |
SlotSharingSlotAllocator.determineParallelism(JobInformation jobInformation,
Collection<? extends SlotInfo> freeSlots) |
Optional<VertexParallelism> |
SlotAllocator.determineParallelism(JobInformation jobInformation,
Collection<? extends SlotInfo> slots)
Determines the parallelism at which the vertices could be scheduled given the collection of
slots.
|
Optional<JobSchedulingPlan> |
SlotSharingSlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation,
Collection<? extends SlotInfo> slots,
JobAllocationsInformation jobAllocationsInformation) |
Optional<JobSchedulingPlan> |
SlotAllocator.determineParallelismAndCalculateAssignment(JobInformation jobInformation,
Collection<? extends SlotInfo> slots,
JobAllocationsInformation jobAllocationsInformation)
Same as
SlotAllocator.determineParallelism(JobInformation, Collection) but additionally determine
assignment of slots to execution slot sharing groups. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.