| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler.adaptive.allocator |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexParallelismWithSlotSharing
VertexParallelism implementation for the SlotSharingSlotAllocator. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.