Uses of Class
org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Packages that use ZooKeeperStateHandleStore Package Description org.apache.flink.runtime.util -
-
Uses of ZooKeeperStateHandleStore in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return ZooKeeperStateHandleStore Modifier and Type Method Description static <T extends Serializable>
ZooKeeperStateHandleStore<T>ZooKeeperUtils. createZooKeeperStateHandleStore(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, String path, RetrievableStateStorageHelper<T> stateStorage)
Creates an instance ofZooKeeperStateHandleStore
.
-