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 classFsCheckpointStorageAccessAn implementation of durable checkpoint storage to file systems.classFsMergingCheckpointStorageAccessAn 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 classMemoryBackendCheckpointStorageAccessAn implementation of a checkpoint storage for theJobManagerCheckpointStorage.
-