Uses of Interface
org.apache.flink.runtime.persistence.RetrievableStateStorageHelper
-
Packages that use RetrievableStateStorageHelper Package Description org.apache.flink.runtime.persistence.filesystem org.apache.flink.runtime.util org.apache.flink.runtime.zookeeper -
-
Uses of RetrievableStateStorageHelper in org.apache.flink.runtime.persistence.filesystem
Classes in org.apache.flink.runtime.persistence.filesystem that implement RetrievableStateStorageHelper Modifier and Type Class Description class
FileSystemStateStorageHelper<T extends Serializable>
RetrievableStateStorageHelper
implementation which stores the state in the given filesystem path. -
Uses of RetrievableStateStorageHelper in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util with parameters of type RetrievableStateStorageHelper 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
. -
Uses of RetrievableStateStorageHelper in org.apache.flink.runtime.zookeeper
Constructors in org.apache.flink.runtime.zookeeper with parameters of type RetrievableStateStorageHelper Constructor Description ZooKeeperStateHandleStore(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, RetrievableStateStorageHelper<T> storage)
Creates aZooKeeperStateHandleStore
.
-