| 限定符和类型 | 类和说明 |
|---|---|
class |
SingleJobJobGraphStore
JobGraphStore implementation for a single job. |
| 限定符和类型 | 方法和说明 |
|---|---|
static SessionDispatcherLeaderProcess |
SessionDispatcherLeaderProcess.create(UUID leaderSessionId,
AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory,
JobGraphStore jobGraphStore,
JobResultStore jobResultStore,
Executor ioExecutor,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract JobGraphStore |
AbstractHaServices.createJobGraphStore()
Create the submitted job graph store for the job manager.
|
JobGraphStore |
AbstractHaServices.getJobGraphStore() |
JobGraphStore |
HighAvailabilityServices.getJobGraphStore()
Gets the submitted job graph store for the job manager.
|
| 限定符和类型 | 方法和说明 |
|---|---|
JobGraphStore |
AbstractNonHaServices.getJobGraphStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
JobGraphStore |
AbstractZooKeeperHaServices.createJobGraphStore() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultJobGraphStore<R extends ResourceVersion<R>>
Default implementation for
JobGraphStore. |
class |
StandaloneJobGraphStore
JobGraph instances for JobManagers running in HighAvailabilityMode.NONE. |
| 限定符和类型 | 方法和说明 |
|---|---|
JobGraphStore |
HaServicesJobPersistenceComponentFactory.createJobGraphStore() |
JobGraphStore |
JobPersistenceComponentFactory.createJobGraphStore()
Creates a
JobGraphStore. |
| 限定符和类型 | 方法和说明 |
|---|---|
static JobGraphStore |
ZooKeeperUtils.createJobGraphs(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client,
org.apache.flink.configuration.Configuration configuration)
Creates a
DefaultJobGraphStore instance with ZooKeeperStateHandleStore,
ZooKeeperJobGraphStoreWatcher and ZooKeeperJobGraphStoreUtil. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.