| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler.adaptive.allocator |
| Modifier and Type | Method and Description |
|---|---|
static ReservedSlots |
ReservedSlots.create(Map<ExecutionVertexID,LogicalSlot> assignedSlots) |
| 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–2023 The Apache Software Foundation. All rights reserved.