Uses of Interface
org.apache.flink.runtime.jobmanager.JobGraphStoreWatcher
-
Packages that use JobGraphStoreWatcher Package Description org.apache.flink.runtime.jobmanager -
-
Uses of JobGraphStoreWatcher in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement JobGraphStoreWatcher Modifier and Type Class Description classNoOpJobGraphStoreWatcherSingletonJobGraphStoreWatcherempty implementation.classZooKeeperJobGraphStoreWatcherJobGraphStoreWatcherimplementation for ZooKeeper.Constructors in org.apache.flink.runtime.jobmanager with parameters of type JobGraphStoreWatcher Constructor Description DefaultJobGraphStore(StateHandleStore<JobGraph,R> stateHandleStore, JobGraphStoreWatcher jobGraphStoreWatcher, JobGraphStoreUtil jobGraphStoreUtil)
-