| 接口 | 说明 |
|---|---|
| JobLeaderIdActions |
Interface for actions called by the
DefaultJobLeaderIdService. |
| JobLeaderIdService |
Service which retrieves for a registered job the current job leader id (the leader id of the job
manager responsible for the job).
|
| ResourceManagerGateway |
The
ResourceManager's RPC gateway interface. |
| ResourceManagerService |
Service that maintains lifecycle of
ResourceManager. |
| 类 | 说明 |
|---|---|
| ArbitraryWorkerResourceSpecFactory |
Implementation of
WorkerResourceSpecFactory that creates arbitrary WorkerResourceSpec. |
| DefaultJobLeaderIdService |
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.
|
| ResourceManagerFactory<T extends ResourceIDRetrievable> |
ResourceManager factory. |
| ResourceManagerId |
Fencing token for the
ResourceManager. |
| ResourceManagerProcessContext |
This class contains information and services needed for creating a
ResourceManager, which do not change during the
lifetime of the process and can be reused between multiple resource manager instances in the
process. |
| ResourceManagerRuntimeServices |
Container class for the
ResourceManager services. |
| ResourceManagerRuntimeServicesConfiguration |
Configuration class for the
ResourceManagerRuntimeServices class. |
| ResourceManagerServiceImpl |
Default implementation of
ResourceManagerService. |
| ResourceOverview |
Class containing information about the available cluster resources.
|
| StandaloneResourceManager |
A standalone implementation of the resource manager.
|
| StandaloneResourceManagerFactory |
ResourceManagerFactory which creates a StandaloneResourceManager. |
| TaskExecutorRegistration |
Information provided by the TaskExecutor when it registers to the ResourceManager.
|
| TaskManagerInfoWithSlots |
Contains the base information about a
TaskExecutor and its allocated slots. |
| WorkerResourceSpec |
Resource specification of a worker, mainly used by SlotManager requesting from ResourceManager.
|
| WorkerResourceSpec.Builder |
Builder for
WorkerResourceSpec. |
| WorkerResourceSpecFactory |
Factory for creating deployment specific default
WorkerResourceSpec. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.