Class FileSystemStateStorageHelper<T extends Serializable>

java.lang.Object
org.apache.flink.runtime.persistence.filesystem.FileSystemStateStorageHelper<T>
Type Parameters:
T - The type of the data that can be stored by this storage helper.
All Implemented Interfaces:
RetrievableStateStorageHelper<T>

public class FileSystemStateStorageHelper<T extends Serializable> extends Object implements RetrievableStateStorageHelper<T>
RetrievableStateStorageHelper implementation which stores the state in the given filesystem path.