| Interface | Description |
|---|---|
| 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 |
Factory for a
DeclarativeSlotPool. |
| DeclareResourceRequirementServiceConnectionManager |
ServiceConnectionManager for declaring resource requirements. |
| DeclareResourceRequirementServiceConnectionManager.DeclareResourceRequirementsService |
Service that accepts resource requirements.
|
| FreeSlotInfoTracker |
Track all free slots, support bookkeeping slot for
SlotSelectionStrategy. |
| 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 |
Factory interface for
SlotPoolService. |
| SlotSelectionStrategy |
Interface for slot selection strategies.
|
| Enum | Description |
|---|---|
| DeclarativeSlotPool.NoOpNewSlotsListener |
No-op
DeclarativeSlotPool.NewSlotsListener implementation. |
| NoOpDeclareResourceRequirementServiceConnectionManager |
No-op implementation of the
DeclareResourceRequirementServiceConnectionManager. |
| PreferredAllocationRequestSlotMatchingStrategy |
RequestSlotMatchingStrategy that takes the preferred allocations into account. |
| SimpleRequestSlotMatchingStrategy |
Simple implementation of the
RequestSlotMatchingStrategy that matches the pending
requests in order as long as the resource profile can be fulfilled. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.