| Package | Description |
|---|---|
| org.apache.flink.runtime.persistence.filesystem | |
| org.apache.flink.runtime.util | |
| org.apache.flink.runtime.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemStateStorageHelper<T extends Serializable>
RetrievableStateStorageHelper implementation which stores the state in the given
filesystem path. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
ZooKeeperUtils.createZooKeeperStateHandleStore(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client,
String path,
RetrievableStateStorageHelper<T> stateStorage)
Creates an instance of
ZooKeeperStateHandleStore. |
| Constructor and Description |
|---|
ZooKeeperStateHandleStore(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client,
RetrievableStateStorageHelper<T> storage)
Creates a
ZooKeeperStateHandleStore. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.