| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler.adaptive.allocator |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VertexParallelismWithSlotSharing
VertexParallelism implementation for the SlotSharingSlotAllocator. |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<? extends 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<ReservedSlots> |
SlotSharingSlotAllocator.tryReserveResources(VertexParallelism vertexParallelism) |
Optional<ReservedSlots> |
SlotAllocator.tryReserveResources(VertexParallelism vertexParallelism)
Reserves slots according to the given assignment if possible.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.