Interface | Description |
---|---|
ArchivedExecutionGraphStore |
Interface for a
ArchivedExecutionGraph store. |
DispatcherBootstrap |
An interface containing the logic of bootstrapping the
Dispatcher of a cluster. |
DispatcherBootstrapFactory |
A factory to create a
DispatcherBootstrap . |
DispatcherFactory |
Dispatcher factory interface. |
DispatcherGateway |
Gateway for the Dispatcher component.
|
HistoryServerArchivist |
Writer for an
AccessExecutionGraph . |
JobManagerMetricGroupFactory |
Factory interface for
JobManagerMetricGroup . |
JobManagerRunnerFactory |
Factory for a
JobManagerRunner . |
Class | Description |
---|---|
Dispatcher |
Base class for the Dispatcher component.
|
DispatcherId |
Fencing token of the
Dispatcher . |
DispatcherRestEndpoint |
REST endpoint for the
Dispatcher component. |
DispatcherServices |
Dispatcher services container. |
FileArchivedExecutionGraphStore |
Store for
ArchivedExecutionGraph . |
MemoryArchivedExecutionGraphStore |
ArchivedExecutionGraphStore implementation which stores the ArchivedExecutionGraph in memory. |
MiniDispatcher |
Mini Dispatcher which is instantiated as the dispatcher component by the
JobClusterEntrypoint . |
NoOpDispatcherBootstrap |
A
DispatcherBootstrap which submits the provided job graphs for
execution upon dispatcher initialization. |
PartialDispatcherServices |
Partial
DispatcherServices services container which needs to be completed before being
given to the Dispatcher . |
PartialDispatcherServicesWithJobGraphStore |
DispatcherFactory services container. |
SchedulerNGFactoryFactory |
Factory for
SchedulerNGFactory . |
SingleJobJobGraphStore |
JobGraphStore implementation for a single job. |
StandaloneDispatcher |
Enum | Description |
---|---|
DefaultJobManagerRunnerFactory |
Singleton default factory for
JobManagerRunnerImpl . |
JobDispatcherFactory |
DispatcherFactory which creates a MiniDispatcher . |
SessionDispatcherFactory |
DispatcherFactory which creates a StandaloneDispatcher . |
VoidHistoryServerArchivist |
No-op implementation of the
HistoryServerArchivist . |
Exception | Description |
---|---|
DispatcherException |
Base class for
Dispatcher related exceptions. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.