public class PartialDispatcherServices extends Object
DispatcherServices services container which needs to
be completed before being given to the Dispatcher.| Constructor and Description |
|---|
PartialDispatcherServices(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
JobManagerMetricGroupFactory jobManagerMetricGroupFactory,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress) |
| Modifier and Type | Method and Description |
|---|---|
ArchivedExecutionGraphStore |
getArchivedExecutionGraphStore() |
BlobServer |
getBlobServer() |
org.apache.flink.configuration.Configuration |
getConfiguration() |
FatalErrorHandler |
getFatalErrorHandler() |
HeartbeatServices |
getHeartbeatServices() |
HighAvailabilityServices |
getHighAvailabilityServices() |
HistoryServerArchivist |
getHistoryServerArchivist() |
JobManagerMetricGroupFactory |
getJobManagerMetricGroupFactory() |
String |
getMetricQueryServiceAddress() |
GatewayRetriever<ResourceManagerGateway> |
getResourceManagerGatewayRetriever() |
public PartialDispatcherServices(@Nonnull org.apache.flink.configuration.Configuration configuration, @Nonnull HighAvailabilityServices highAvailabilityServices, @Nonnull GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, @Nonnull BlobServer blobServer, @Nonnull HeartbeatServices heartbeatServices, @Nonnull JobManagerMetricGroupFactory jobManagerMetricGroupFactory, @Nonnull ArchivedExecutionGraphStore archivedExecutionGraphStore, @Nonnull FatalErrorHandler fatalErrorHandler, @Nonnull HistoryServerArchivist historyServerArchivist, @Nonnull String metricQueryServiceAddress)
@Nonnull public org.apache.flink.configuration.Configuration getConfiguration()
@Nonnull public HighAvailabilityServices getHighAvailabilityServices()
@Nonnull public GatewayRetriever<ResourceManagerGateway> getResourceManagerGatewayRetriever()
@Nonnull public BlobServer getBlobServer()
@Nonnull public HeartbeatServices getHeartbeatServices()
@Nonnull public JobManagerMetricGroupFactory getJobManagerMetricGroupFactory()
@Nonnull public ArchivedExecutionGraphStore getArchivedExecutionGraphStore()
@Nonnull public FatalErrorHandler getFatalErrorHandler()
@Nonnull public HistoryServerArchivist getHistoryServerArchivist()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.