Uses of Class
org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
Packages that use FsCheckpointStreamFactory.FsCheckpointStateOutputStream Package Description org.apache.flink.runtime.state.filesystem -
-
Uses of FsCheckpointStreamFactory.FsCheckpointStateOutputStream in org.apache.flink.runtime.state.filesystem
Subclasses of FsCheckpointStreamFactory.FsCheckpointStateOutputStream in org.apache.flink.runtime.state.filesystem Modifier and Type Class Description classFileMergingCheckpointStateOutputStreamACheckpointStateOutputStreamthat writes into a segment of a file and returns aSegmentFileStateHandleupon closing.Methods in org.apache.flink.runtime.state.filesystem that return FsCheckpointStreamFactory.FsCheckpointStateOutputStream Modifier and Type Method Description FsCheckpointStreamFactory.FsCheckpointStateOutputStreamFsCheckpointStreamFactory. createCheckpointStateOutputStream(CheckpointedStateScope scope)
-