Class RecoverableStreamWrapper

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

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

    • RecoverableStreamWrapper

      public RecoverableStreamWrapper(org.apache.flink.core.fs.RecoverableFsDataOutputStream out)
  • Method Details