| Modifier and Type | Class and Description |
|---|---|
class |
SingleJobSubmittedJobGraphStore
SubmittedJobGraphStore implementation for a single job. |
| Constructor and Description |
|---|
Dispatcher(RpcService rpcService,
String endpointId,
org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
SubmittedJobGraphStore submittedJobGraphStore,
ResourceManagerGateway resourceManagerGateway,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
JobManagerMetricGroup jobManagerMetricGroup,
String metricServiceQueryPath,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
Dispatcher.JobManagerRunnerFactory jobManagerRunnerFactory,
FatalErrorHandler fatalErrorHandler,
String restAddress,
HistoryServerArchivist historyServerArchivist) |
| Modifier and Type | Method and Description |
|---|---|
SubmittedJobGraphStore |
HighAvailabilityServices.getSubmittedJobGraphStore()
Gets the submitted job graph store for the job manager
|
| Modifier and Type | Method and Description |
|---|---|
SubmittedJobGraphStore |
AbstractNonHaServices.getSubmittedJobGraphStore() |
| Modifier and Type | Method and Description |
|---|---|
SubmittedJobGraphStore |
ZooKeeperHaServices.getSubmittedJobGraphStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneSubmittedJobGraphStore
SubmittedJobGraph instances for JobManagers running in HighAvailabilityMode.NONE. |
class |
ZooKeeperSubmittedJobGraphStore
SubmittedJobGraph instances for JobManagers running in HighAvailabilityMode.ZOOKEEPER. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.