| 接口 | 说明 |
|---|---|
| FreeSlotFunction |
A function for freeing slots.
|
| IsSlotAvailableAndFreeFunction |
Functional interface for checking whether a slot is available and free.
|
| JobInformation |
Information about the job.
|
| JobInformation.VertexInformation |
Information about a single vertex.
|
| ReserveSlotFunction |
A function for reserving slots.
|
| SlotAllocator |
Component for calculating the slot requirements and mapping of vertices to slots.
|
| VertexParallelism |
Core result of
SlotAllocator.determineParallelism(JobInformation, Collection), describing
the parallelism each vertex could be scheduled with. |
| 类 | 说明 |
|---|---|
| ReservedSlots |
Container for the set of reserved slots for
ExecutionVertexID. |
| SlotSharingSlotAllocator |
SlotAllocator implementation that supports slot sharing. |
| VertexParallelismWithSlotSharing |
VertexParallelism implementation for the SlotSharingSlotAllocator. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.