Uses of Interface
org.apache.flink.runtime.jobmanager.ExecutionPlanStore
-
-
Uses of ExecutionPlanStore in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type ExecutionPlanStore Modifier and Type Method Description static SessionDispatcherLeaderProcess
SessionDispatcherLeaderProcess. create(UUID leaderSessionId, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory dispatcherFactory, ExecutionPlanStore executionPlanStore, JobResultStore jobResultStore, Executor ioExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-
Uses of ExecutionPlanStore in org.apache.flink.runtime.highavailability
Methods in org.apache.flink.runtime.highavailability that return ExecutionPlanStore Modifier and Type Method Description protected abstract ExecutionPlanStore
AbstractHaServices. createExecutionPlanStore()
Create the submitted execution plan store for the job manager.ExecutionPlanStore
AbstractHaServices. getExecutionPlanStore()
ExecutionPlanStore
HighAvailabilityServices. getExecutionPlanStore()
Gets the submitted execution plan store for the job manager. -
Uses of ExecutionPlanStore in org.apache.flink.runtime.highavailability.nonha
Methods in org.apache.flink.runtime.highavailability.nonha that return ExecutionPlanStore Modifier and Type Method Description ExecutionPlanStore
AbstractNonHaServices. getExecutionPlanStore()
-
Uses of ExecutionPlanStore in org.apache.flink.runtime.highavailability.zookeeper
Methods in org.apache.flink.runtime.highavailability.zookeeper that return ExecutionPlanStore Modifier and Type Method Description ExecutionPlanStore
ZooKeeperLeaderElectionHaServices. createExecutionPlanStore()
-
Uses of ExecutionPlanStore in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement ExecutionPlanStore Modifier and Type Class Description class
DefaultExecutionPlanStore<R extends ResourceVersion<R>>
Default implementation forExecutionPlanStore
.class
StandaloneExecutionPlanStore
ExecutionPlan
instances for JobManagers running inHighAvailabilityMode.NONE
.Methods in org.apache.flink.runtime.jobmanager that return ExecutionPlanStore Modifier and Type Method Description ExecutionPlanStore
HaServicesJobPersistenceComponentFactory. createExecutionPlanStore()
ExecutionPlanStore
JobPersistenceComponentFactory. createExecutionPlanStore()
Creates aExecutionPlanStore
. -
Uses of ExecutionPlanStore in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return ExecutionPlanStore Modifier and Type Method Description static ExecutionPlanStore
ZooKeeperUtils. createExecutionPlans(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, org.apache.flink.configuration.Configuration configuration)
Creates aDefaultExecutionPlanStore
instance withZooKeeperStateHandleStore
,ZooKeeperExecutionPlanStoreWatcher
andZooKeeperExecutionPlanStoreUtil
.
-