Uses of Interface
org.apache.flink.runtime.persistence.RetrievableStateStorageHelper
Packages that use RetrievableStateStorageHelper
Package
Description
-
Uses of RetrievableStateStorageHelper in org.apache.flink.runtime.persistence.filesystem
Classes in org.apache.flink.runtime.persistence.filesystem that implement RetrievableStateStorageHelperModifier and TypeClassDescriptionclassFileSystemStateStorageHelper<T extends Serializable>RetrievableStateStorageHelperimplementation 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 RetrievableStateStorageHelperModifier 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. -
Uses of RetrievableStateStorageHelper in org.apache.flink.runtime.zookeeper
Constructors in org.apache.flink.runtime.zookeeper with parameters of type RetrievableStateStorageHelperModifierConstructorDescriptionZooKeeperStateHandleStore(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, RetrievableStateStorageHelper<T> storage) Creates aZooKeeperStateHandleStore.