| Interface | Description |
|---|---|
| ResourceActions |
Resource related actions which the
SlotManager can perform. |
| SlotManager |
The slot manager is responsible for maintaining a view on all registered task manager slots,
their allocation and all pending slot requests.
|
| SlotMatchingStrategy |
Strategy how to find a matching slot.
|
| TaskManagerSlotInformation |
Basic information about a
TaskManagerSlot. |
| Class | Description |
|---|---|
| PendingSlotRequest |
Class representing a pending slot request in the
SlotManager. |
| PendingTaskManagerSlot |
Represents a pending task manager slot in the
SlotManager. |
| SlotManagerConfiguration |
Configuration for the
SlotManager. |
| SlotManagerImpl |
Implementation of
SlotManager. |
| TaskManagerRegistration | |
| TaskManagerSlot |
A TaskManagerSlot represents a slot located in a TaskManager.
|
| TaskManagerSlotId |
Id of
TaskManagerSlot and PendingTaskManagerSlot. |
| Enum | Description |
|---|---|
| AnyMatchingSlotMatchingStrategy |
SlotMatchingStrategy which picks the first matching slot. |
| LeastUtilizationSlotMatchingStrategy |
SlotMatchingStrategy which picks a matching slot from a TaskExecutor
with the least utilization. |
| TaskManagerSlot.State |
State of the
TaskManagerSlot. |
| Exception | Description |
|---|---|
| SlotManagerException |
Base class for exceptions thrown by the
SlotManager. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.