| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler.adaptive | |
| org.apache.flink.runtime.scheduler.adaptive.allocator |
| Modifier and Type | Class and Description |
|---|---|
class |
JobGraphJobInformation
JobInformation created from a JobGraph. |
| Modifier and Type | Method and Description |
|---|---|
Optional<VertexParallelismWithSlotSharing> |
SlotSharingSlotAllocator.determineParallelism(JobInformation jobInformation,
Collection<? extends SlotInfo> freeSlots) |
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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.