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 SessionDispatcherLeaderProcessSessionDispatcherLeaderProcess. 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 ExecutionPlanStoreAbstractHaServices. createExecutionPlanStore()Create the submitted execution plan store for the job manager.ExecutionPlanStoreAbstractHaServices. getExecutionPlanStore()ExecutionPlanStoreHighAvailabilityServices. 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 ExecutionPlanStoreAbstractNonHaServices. 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 ExecutionPlanStoreZooKeeperLeaderElectionHaServices. 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 classDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.classStandaloneExecutionPlanStoreExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.Methods in org.apache.flink.runtime.jobmanager that return ExecutionPlanStore Modifier and Type Method Description ExecutionPlanStoreHaServicesJobPersistenceComponentFactory. createExecutionPlanStore()ExecutionPlanStoreJobPersistenceComponentFactory. 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 ExecutionPlanStoreZooKeeperUtils. createExecutionPlans(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, org.apache.flink.configuration.Configuration configuration)Creates aDefaultExecutionPlanStoreinstance withZooKeeperStateHandleStore,ZooKeeperExecutionPlanStoreWatcherandZooKeeperExecutionPlanStoreUtil.
-