| Package | Description |
|---|---|
| org.apache.flink.runtime.util | |
| org.apache.flink.runtime.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
ZooKeeperUtils.createZooKeeperStateHandleStore(org.apache.flink.shaded.curator4.org.apache.curator.framework.CuratorFramework client,
String path,
RetrievableStateStorageHelper<T> stateStorage)
Creates an instance of
ZooKeeperStateHandleStore. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
ZooKeeperUtilityFactory.createZooKeeperStateHandleStore(String zkStateHandleStorePath,
RetrievableStateStorageHelper<T> stateStorageHelper)
Creates a
ZooKeeperStateHandleStore instance with the provided arguments. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.