| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.persistence.filesystem | |
| org.apache.flink.runtime.util | |
| org.apache.flink.runtime.zookeeper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileSystemStateStorageHelper<T extends Serializable>
RetrievableStateStorageHelper implementation which stores the state in the given
filesystem path. |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 构造器和说明 |
|---|
ZooKeeperStateHandleStore(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client,
RetrievableStateStorageHelper<T> storage)
Creates a
ZooKeeperStateHandleStore. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.