Uses of Class
org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
Packages that use ZooKeeperStateHandleStore
-
Uses of ZooKeeperStateHandleStore in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return ZooKeeperStateHandleStoreModifier and TypeMethodDescriptionstatic <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.