Uses of Interface
org.apache.flink.runtime.jobmanager.JobGraphStore
-
-
Uses of JobGraphStore in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type JobGraphStore Modifier and Type Method Description static SessionDispatcherLeaderProcess
SessionDispatcherLeaderProcess. create(UUID leaderSessionId, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory, JobGraphStore jobGraphStore, JobResultStore jobResultStore, Executor ioExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-
Uses of JobGraphStore in org.apache.flink.runtime.highavailability
Methods in org.apache.flink.runtime.highavailability that return JobGraphStore Modifier and Type Method Description 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. -
Uses of JobGraphStore in org.apache.flink.runtime.highavailability.nonha
Methods in org.apache.flink.runtime.highavailability.nonha that return JobGraphStore Modifier and Type Method Description JobGraphStore
AbstractNonHaServices. getJobGraphStore()
-
Uses of JobGraphStore in org.apache.flink.runtime.highavailability.zookeeper
Methods in org.apache.flink.runtime.highavailability.zookeeper that return JobGraphStore Modifier and Type Method Description JobGraphStore
ZooKeeperLeaderElectionHaServices. createJobGraphStore()
-
Uses of JobGraphStore in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement JobGraphStore Modifier and Type Class Description class
DefaultJobGraphStore<R extends ResourceVersion<R>>
Default implementation forJobGraphStore
.class
StandaloneJobGraphStore
JobGraph
instances for JobManagers running inHighAvailabilityMode.NONE
.Methods in org.apache.flink.runtime.jobmanager that return JobGraphStore Modifier and Type Method Description JobGraphStore
HaServicesJobPersistenceComponentFactory. createJobGraphStore()
JobGraphStore
JobPersistenceComponentFactory. createJobGraphStore()
Creates aJobGraphStore
. -
Uses of JobGraphStore in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return JobGraphStore Modifier and Type Method Description static JobGraphStore
ZooKeeperUtils. createJobGraphs(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, org.apache.flink.configuration.Configuration configuration)
Creates aDefaultJobGraphStore
instance withZooKeeperStateHandleStore
,ZooKeeperJobGraphStoreWatcher
andZooKeeperJobGraphStoreUtil
.
-