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(Configuration configuration,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
JobManagerMetricGroup jobManagerMetricGroup,
String metricQueryServicePath,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
FatalErrorHandler fatalErrorHandler,
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) |
Constructor and Description |
---|
SessionDispatcherResourceManagerComponentFactory(DispatcherFactory<Dispatcher> dispatcherFactory,
ResourceManagerFactory<?> resourceManagerFactory) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.