Package org.apache.flink.runtime.state.filesystem
-
Interface Summary Interface Description FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy A proxy of theFileMergingSnapshotManagerthat owns thisFileMergingCheckpointStateOutputStream, with the interfaces for dealing with physical files. -
Class Summary Class Description AbstractFileStateBackend Deprecated. State backends should no longer implementCheckpointStoragefunctionality.AbstractFsCheckpointStorageAccess An implementation of durable checkpoint storage to file systems.FileBasedStateOutputStream ACheckpointStateOutputStreamthat writes into a specified file and returns aFileStateHandleupon closing.FileMergingCheckpointStateOutputStream ACheckpointStateOutputStreamthat writes into a segment of a file and returns aSegmentFileStateHandleupon closing.FileStateHandle StreamStateHandlefor state that was written to a file stream.FsCheckpointMetadataOutputStream ACheckpointMetadataOutputStreamthat writes a specified file and directory, and returns aFsCompletedCheckpointStorageLocationupon closing.FsCheckpointStateToolset An implementation ofCheckpointStateToolsetthat 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 ACheckpointStreamFactorythat produces streams that write to aFileSystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream ACheckpointStateOutputStreamthat writes into a file and returns aStreamStateHandleupon closing.FsCompletedCheckpointStorageLocation ACompletedCheckpointStorageLocationthat resides on a file system.FSDataOutputStreamWrapper Implementation ofMetadataOutputStreamWrapperencapsulates theFSDataOutputStreamforFsCheckpointMetadataOutputStream.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 aWrappingProxyforFSDataInputStreamthat is used to read from a file segment.MetadataOutputStreamWrapper The wrapper manages metadata output stream close and commit.RecoverableStreamWrapper Implementation ofMetadataOutputStreamWrapperencapsulates theRecoverableFsDataOutputStreamforFsCheckpointMetadataOutputStream.RelativeFileStateHandle AStreamStateHandlefor state that was written to a file stream.