| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.jobmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleJobJobGraphStore
JobGraphStore implementation for a single job. |
| Modifier and Type | Method and Description |
|---|---|
JobGraphWriter |
DispatcherServices.getJobGraphWriter() |
JobGraphWriter |
PartialDispatcherServicesWithJobGraphStore.getJobGraphWriter() |
| Modifier and Type | Method and Description |
|---|---|
static PartialDispatcherServicesWithJobGraphStore |
PartialDispatcherServicesWithJobGraphStore.from(PartialDispatcherServices partialDispatcherServices,
JobGraphWriter jobGraphWriter) |
| Constructor and Description |
|---|
DispatcherServices(org.apache.flink.configuration.Configuration configuration,
HighAvailabilityServices highAvailabilityServices,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
BlobServer blobServer,
HeartbeatServices heartbeatServices,
ArchivedExecutionGraphStore archivedExecutionGraphStore,
FatalErrorHandler fatalErrorHandler,
HistoryServerArchivist historyServerArchivist,
String metricQueryServiceAddress,
JobManagerMetricGroup jobManagerMetricGroup,
JobGraphWriter jobGraphWriter,
JobManagerRunnerFactory jobManagerRunnerFactory) |
PartialDispatcherServicesWithJobGraphStore(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,
JobGraphWriter jobGraphWriter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobGraphStore
JobGraph instances for recovery. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneJobGraphStore
JobGraph instances for JobManagers running in HighAvailabilityMode.NONE. |
class |
ThrowingJobGraphWriter
JobGraphWriter implementation which does not allow to store
JobGraph. |
class |
ZooKeeperJobGraphStore
JobGraph instances for JobManagers running in HighAvailabilityMode.ZOOKEEPER. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.