| AllocatedSlotActions |
Interface for components which have to perform actions on allocated slots.
|
| AllocatedSlotPool |
The slot pool is responsible for maintaining a set of AllocatedSlots.
|
| AllocatedSlotPool.AllocatedSlotsAndReservationStatus |
A collection of AllocatedSlots and their reservation status.
|
| AllocatedSlotPool.FreeSlotInfo |
Information about a free slot.
|
| DeclarativeSlotPool |
Slot pool interface which uses Flink's declarative resource management protocol to acquire
resources.
|
| DeclarativeSlotPool.NewSlotsListener |
Listener interface for newly available slots.
|
| DeclarativeSlotPoolFactory |
|
| DeclareResourceRequirementServiceConnectionManager |
|
| DeclareResourceRequirementServiceConnectionManager.DeclareResourceRequirementsService |
Service that accepts resource requirements.
|
| FreeSlotTracker |
Track all free slots.
|
| PhysicalSlot |
The context of an AllocatedSlot.
|
| PhysicalSlot.Payload |
Payload which can be assigned to an AllocatedSlot.
|
| PhysicalSlotProvider |
The provider serves physical slot requests.
|
| PhysicalSlotRequestBulk |
Represents a bulk of physical slot requests.
|
| PhysicalSlotRequestBulkChecker |
This class tracks a fulfillability timeout of a bulk of physical slot requests.
|
| RequestSlotMatchingStrategy |
Strategy to match slot requests to slots.
|
| SlotPool |
The Interface of a slot pool that manages slots.
|
| SlotPoolService |
Service used by the JobMaster to manage a slot pool.
|
| SlotPoolServiceFactory |
|
| SlotSelectionStrategy |
Interface for slot selection strategies.
|