Uses of Interface
org.apache.flink.runtime.jobmanager.ExecutionPlanStoreUtil
-
Packages that use ExecutionPlanStoreUtil Package Description org.apache.flink.runtime.jobmanager -
-
Uses of ExecutionPlanStoreUtil in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement ExecutionPlanStoreUtil Modifier and Type Class Description class
ZooKeeperExecutionPlanStoreUtil
SingletonExecutionPlanStoreUtil
implementation for ZooKeeper.Constructors in org.apache.flink.runtime.jobmanager with parameters of type ExecutionPlanStoreUtil Constructor Description DefaultExecutionPlanStore(StateHandleStore<ExecutionPlan,R> stateHandleStore, ExecutionPlanStoreWatcher executionPlanStoreWatcher, ExecutionPlanStoreUtil executionPlanStoreUtil)
-