| Interface | Description |
|---|---|
| JobLeaderIdActions |
Interface for actions called by the
JobLeaderIdService. |
| ResourceManagerFactory<T extends ResourceIDRetrievable> |
ResourceManager factory. |
| ResourceManagerGateway |
The
ResourceManager's RPC gateway interface. |
| ResourceManagerServices |
Interface which provides access to services of the ResourceManager.
|
| Class | Description |
|---|---|
| ActiveResourceManager<WorkerType extends ResourceIDRetrievable> |
Base class for
ResourceManager implementations which contains some common variables and methods. |
| ActiveResourceManagerFactory<T extends ResourceIDRetrievable> |
Resource manager factory which creates active
ResourceManager implementations. |
| JobLeaderIdService |
Service which retrieves for a registered job the current job leader id (the leader id of the
job manager responsible for the job).
|
| ResourceManager<WorkerType extends ResourceIDRetrievable> |
ResourceManager implementation.
|
| ResourceManagerId |
Fencing token for the
ResourceManager. |
| ResourceManagerRuntimeServices |
Container class for the
ResourceManager services. |
| ResourceManagerRuntimeServicesConfiguration |
Configuration class for the
ResourceManagerRuntimeServices class. |
| ResourceOverview |
Class containing information about the available cluster resources.
|
| SlotRequest |
This describes the requirement of the slot, mainly used by JobManager requesting slot from ResourceManager.
|
| StandaloneResourceManager |
A standalone implementation of the resource manager.
|
| TaskExecutorRegistration |
Information provided by the TaskExecutor when it registers to the ResourceManager.
|
| Enum | Description |
|---|---|
| StandaloneResourceManagerFactory |
ResourceManagerFactory which creates a StandaloneResourceManager. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.