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 class
NoOpJobGraphStoreWatcher
SingletonJobGraphStoreWatcher
empty implementation.class
ZooKeeperJobGraphStoreWatcher
JobGraphStoreWatcher
implementation 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)
-