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