| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.entrypoint.component |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DispatcherFactory<T extends Dispatcher>
Dispatcher factory interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
MiniDispatcher
Mini Dispatcher which is instantiated as the dispatcher component by the
JobClusterEntrypoint. |
class |
StandaloneDispatcher
|
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
SessionDispatcherFactory.createDispatcher(org.apache.flink.configuration.Configuration configuration,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
ResourceManagerGateway resourceManagerGateway,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
JobManagerMetricGroup jobManagerMetricGroup,
String metricQueryServicePath,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
FatalErrorHandler fatalErrorHandler,
String restAddress,
HistoryServerArchivist historyServerArchivist) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDispatcherResourceManagerComponentFactory<T extends Dispatcher,U extends RestfulGateway>
Abstract class which implements the creation of the
DispatcherResourceManagerComponent components. |
class |
DispatcherResourceManagerComponent<T extends Dispatcher>
|
interface |
DispatcherResourceManagerComponentFactory<T extends Dispatcher>
Factory for the
DispatcherResourceManagerComponent. |
| Modifier and Type | Method and Description |
|---|---|
protected DispatcherResourceManagerComponent<Dispatcher> |
SessionDispatcherResourceManagerComponentFactory.createDispatcherResourceManagerComponent(Dispatcher dispatcher,
ResourceManager<?> resourceManager,
LeaderRetrievalService dispatcherLeaderRetrievalService,
LeaderRetrievalService resourceManagerRetrievalService,
WebMonitorEndpoint<?> webMonitorEndpoint,
JobManagerMetricGroup jobManagerMetricGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected DispatcherResourceManagerComponent<Dispatcher> |
SessionDispatcherResourceManagerComponentFactory.createDispatcherResourceManagerComponent(Dispatcher dispatcher,
ResourceManager<?> resourceManager,
LeaderRetrievalService dispatcherLeaderRetrievalService,
LeaderRetrievalService resourceManagerRetrievalService,
WebMonitorEndpoint<?> webMonitorEndpoint,
JobManagerMetricGroup jobManagerMetricGroup) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.