| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Class and Description |
|---|
| SlotManager
The slot manager is responsible for maintaining a view on all registered task manager slots,
their allocation and all pending slot requests.
|
| SlotManagerConfiguration
Configuration for the
SlotManager. |
| Class and Description |
|---|
AnyMatchingSlotMatchingStrategy
SlotMatchingStrategy which picks the first matching slot. |
LeastUtilizationSlotMatchingStrategy
SlotMatchingStrategy which picks a matching slot from a TaskExecutor
with the least utilization. |
| PendingSlotRequest
Class representing a pending slot request in the
SlotManager. |
| PendingTaskManagerSlot
Represents a pending task manager slot in the
SlotManager. |
| 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.
|
| SlotManagerConfiguration
Configuration for the
SlotManager. |
| SlotMatchingStrategy
Strategy how to find a matching slot.
|
| TaskManagerSlot.State
State of the
TaskManagerSlot. |
| TaskManagerSlotId
Id of
TaskManagerSlot and PendingTaskManagerSlot. |
| TaskManagerSlotInformation
Basic information about a
TaskManagerSlot. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.