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