Uses of Class
org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Packages that use AbstractFsCheckpointStorageAccess Package Description org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.memory -
-
Uses of AbstractFsCheckpointStorageAccess in org.apache.flink.runtime.state.filesystem
Subclasses of AbstractFsCheckpointStorageAccess in org.apache.flink.runtime.state.filesystem Modifier and Type Class Description class
FsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.class
FsMergingCheckpointStorageAccess
An implementation of file merging checkpoint storage to file systems. -
Uses of AbstractFsCheckpointStorageAccess in org.apache.flink.runtime.state.memory
Subclasses of AbstractFsCheckpointStorageAccess in org.apache.flink.runtime.state.memory Modifier and Type Class Description class
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for theJobManagerCheckpointStorage
.
-