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 SessionDispatcherLeaderProcessSessionDispatcherLeaderProcess. 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 JobGraphStoreAbstractHaServices. createJobGraphStore()Create the submitted job graph store for the job manager.JobGraphStoreAbstractHaServices. getJobGraphStore()JobGraphStoreHighAvailabilityServices. 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 JobGraphStoreAbstractNonHaServices. 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 JobGraphStoreZooKeeperLeaderElectionHaServices. 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 classDefaultJobGraphStore<R extends ResourceVersion<R>>Default implementation forJobGraphStore.classStandaloneJobGraphStoreJobGraphinstances for JobManagers running inHighAvailabilityMode.NONE.Methods in org.apache.flink.runtime.jobmanager that return JobGraphStore Modifier and Type Method Description JobGraphStoreHaServicesJobPersistenceComponentFactory. createJobGraphStore()JobGraphStoreJobPersistenceComponentFactory. 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 JobGraphStoreZooKeeperUtils. createJobGraphs(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, org.apache.flink.configuration.Configuration configuration)Creates aDefaultJobGraphStoreinstance withZooKeeperStateHandleStore,ZooKeeperJobGraphStoreWatcherandZooKeeperJobGraphStoreUtil.
-