Uses of Package
org.apache.flink.runtime.state.filesystem
-
Classes in org.apache.flink.runtime.state.filesystem used by org.apache.flink.runtime.checkpoint.filemerging Class Description FileMergingCheckpointStateOutputStream ACheckpointStateOutputStream
that writes into a segment of a file and returns aSegmentFileStateHandle
upon closing. -
Classes in org.apache.flink.runtime.state.filesystem used by org.apache.flink.runtime.state.filesystem Class Description AbstractFsCheckpointStorageAccess An implementation of durable checkpoint storage to file systems.FileMergingCheckpointStateOutputStream ACheckpointStateOutputStream
that writes into a segment of a file and returns aSegmentFileStateHandle
upon closing.FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy A proxy of theFileMergingSnapshotManager
that owns thisFileMergingCheckpointStateOutputStream
, with the interfaces for dealing with physical files.FileStateHandle StreamStateHandle
for state that was written to a file stream.FsCheckpointStorageAccess An implementation of durable checkpoint storage to file systems.FsCheckpointStorageLocation A storage location for checkpoints on a file system.FsCheckpointStreamFactory ACheckpointStreamFactory
that produces streams that write to aFileSystem
.FsCheckpointStreamFactory.FsCheckpointStateOutputStream ACheckpointStateOutputStream
that writes into a file and returns aStreamStateHandle
upon closing.FsCompletedCheckpointStorageLocation ACompletedCheckpointStorageLocation
that resides on a file system.FsMergingCheckpointStorageAccess An implementation of file merging checkpoint storage to file systems.MetadataOutputStreamWrapper The wrapper manages metadata output stream close and commit. -
Classes in org.apache.flink.runtime.state.filesystem used by org.apache.flink.runtime.state.memory Class Description AbstractFsCheckpointStorageAccess An implementation of durable checkpoint storage to file systems.