Class FSDataOutputStreamWrapper

java.lang.Object
org.apache.flink.runtime.state.filesystem.MetadataOutputStreamWrapper
org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper

@Internal public class FSDataOutputStreamWrapper extends MetadataOutputStreamWrapper
Implementation of MetadataOutputStreamWrapper encapsulates the FSDataOutputStream for FsCheckpointMetadataOutputStream.
  • Constructor Details

    • FSDataOutputStreamWrapper

      public FSDataOutputStreamWrapper(org.apache.flink.core.fs.FileSystem fileSystem, org.apache.flink.core.fs.Path metadataFilePath) throws IOException
      Throws:
      IOException
  • Method Details