Package org.apache.flink.runtime.state.filesystem
-
Interface Summary Interface Description FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy A proxy of theFileMergingSnapshotManager
that owns thisFileMergingCheckpointStateOutputStream
, with the interfaces for dealing with physical files. -
Class Summary Class Description AbstractFileStateBackend Deprecated. State backends should no longer implementCheckpointStorage
functionality.AbstractFsCheckpointStorageAccess An implementation of durable checkpoint storage to file systems.FileBasedStateOutputStream ACheckpointStateOutputStream
that writes into a specified file and returns aFileStateHandle
upon closing.FileMergingCheckpointStateOutputStream ACheckpointStateOutputStream
that writes into a segment of a file and returns aSegmentFileStateHandle
upon closing.FileStateHandle StreamStateHandle
for state that was written to a file stream.FsCheckpointMetadataOutputStream ACheckpointMetadataOutputStream
that writes a specified file and directory, and returns aFsCompletedCheckpointStorageLocation
upon closing.FsCheckpointStateToolset An implementation ofCheckpointStateToolset
that does file based duplicating with asPathsCopyingFileSystem
.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.FSDataOutputStreamWrapper Implementation ofMetadataOutputStreamWrapper
encapsulates theFSDataOutputStream
forFsCheckpointMetadataOutputStream
.FsMergingCheckpointStorageAccess An implementation of file merging checkpoint storage to file systems.FsMergingCheckpointStorageLocation An implementation of checkpoint storage location for file merging checkpoints.FsSegmentDataInputStream This class is aWrappingProxy
forFSDataInputStream
that is used to read from a file segment.MetadataOutputStreamWrapper The wrapper manages metadata output stream close and commit.RecoverableStreamWrapper Implementation ofMetadataOutputStreamWrapper
encapsulates theRecoverableFsDataOutputStream
forFsCheckpointMetadataOutputStream
.RelativeFileStateHandle AStreamStateHandle
for state that was written to a file stream.