| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
JobMasterServiceLeadershipRunnerFactory
Factory which creates a
JobMasterServiceLeadershipRunner. |
| Modifier and Type | Method and Description |
|---|---|
static DispatcherServices |
DispatcherServices.from(PartialDispatcherServicesWithJobGraphStore partialDispatcherServicesWithJobGraphStore,
JobManagerRunnerFactory jobManagerRunnerFactory) |
| Constructor and Description |
|---|
DispatcherServices(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
ExecutionGraphInfoStore executionGraphInfoStore,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress,
JobManagerMetricGroup jobManagerMetricGroup,
JobGraphWriter jobGraphWriter,
JobManagerRunnerFactory jobManagerRunnerFactory,
Executor ioExecutor) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.