| Modifier and Type | Class and Description |
|---|---|
class |
SingleJobJobGraphStore
JobGraphStore implementation for a single job. |
| Modifier and Type | Method and Description |
|---|---|
static SessionDispatcherLeaderProcess |
SessionDispatcherLeaderProcess.create(UUID leaderSessionId,
org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory,
JobGraphStore jobGraphStore,
Executor ioExecutor,
FatalErrorHandler fatalErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
JobGraphStore |
HighAvailabilityServices.getJobGraphStore()
Gets the submitted job graph store for the job manager.
|
| Modifier and Type | Method and Description |
|---|---|
JobGraphStore |
AbstractNonHaServices.getJobGraphStore() |
| Modifier and Type | Method and Description |
|---|---|
JobGraphStore |
ZooKeeperHaServices.getJobGraphStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneJobGraphStore
JobGraph instances for JobManagers running in HighAvailabilityMode.NONE. |
class |
ZooKeeperJobGraphStore
JobGraph instances for JobManagers running in HighAvailabilityMode.ZOOKEEPER. |
| Modifier and Type | Method and Description |
|---|---|
JobGraphStore |
JobGraphStoreFactory.create()
Creates a
JobGraphStore. |
JobGraphStore |
HaServicesJobGraphStoreFactory.create() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.