public class PartialDispatcherServices extends Object
DispatcherServices
services container which needs to be completed before being
given to the Dispatcher
.Constructor and Description |
---|
PartialDispatcherServices(Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
JobManagerMetricGroupFactory jobManagerMetricGroupFactory,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress,
Executor ioExecutor) |
public PartialDispatcherServices(@Nonnull 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, @Nullable String metricQueryServiceAddress, @Nonnull Executor ioExecutor)
@Nonnull public 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–2021 The Apache Software Foundation. All rights reserved.