Interface | Description |
---|---|
ClusterResourceStatisticsProvider |
Provides statistics of cluster resources.
|
ResourceAllocationStrategy |
Strategy for allocating slots and task managers to fulfill the unfulfilled requirements.
|
ResourceAllocator |
Resource related actions which the
SlotManager can perform. |
ResourceEventListener |
Listener for resource events of
SlotManager . |
ResourceTracker |
Tracks for each job how many resource are required/acquired.
|
SlotManager |
The slot manager is responsible for maintaining a view on all registered task manager slots,
their allocation and all pending slot requests.
|
SlotStatusSyncer |
Syncer for slot status.
|
TaskManagerInfo |
Information of a TaskManager needed in
SlotManager . |
TaskManagerSlotInformation |
Basic information about a TaskManager slot.
|
Class | Description |
---|---|
DefaultResourceAllocationStrategy |
The default implementation of
ResourceAllocationStrategy . |
DefaultResourceTracker |
Default
ResourceTracker implementation. |
DefaultSlotStatusSyncer |
Default implementation of
SlotStatusSyncer for fine-grained slot management. |
FineGrainedSlotManager |
Implementation of
SlotManager supporting fine-grained resource management. |
FineGrainedTaskManagerRegistration |
A FineGrainedTaskManagerRegistration represents a TaskManager.
|
FineGrainedTaskManagerSlot |
A FineGrainedTaskManagerSlot represents a slot located in a TaskManager.
|
FineGrainedTaskManagerTracker |
Implementation of
TaskManagerTracker supporting fine-grained resource management. |
NonSupportedResourceAllocatorImpl |
ResourceAllocator that not support to allocate/release resources.
|
PendingTaskManager |
Represents a pending task manager in the
SlotManager . |
PendingTaskManagerId |
Id of
PendingTaskManager . |
ResourceAllocationResult |
Contains the results of the
ResourceAllocationStrategy . |
ResourceAllocationResult.Builder | |
ResourceDeclaration |
ResourceDeclaration for
ResourceAllocator . |
ResourceReconcileResult |
Contains the results of the
ResourceAllocationStrategy . |
ResourceReconcileResult.Builder | |
SlotManagerConfiguration |
Configuration for the
SlotManager . |
SlotManagerUtils |
Utilities for
SlotManager implementations. |
Enum | Description |
---|---|
SlotManager.RegistrationResult |
The result of task manager registration.
|
Exception | Description |
---|---|
SlotManagerException |
Base class for exceptions thrown by the
SlotManager . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.