Interface SegmentWriteOutMedium

    • Method Detail

      • makeWriteOutBytes

        WriteOutBytes makeWriteOutBytes()
                                 throws IOException
        Creates a new empty WriteOutBytes, attached to this SegmentWriteOutMedium. When this SegmentWriteOutMedium is closed, the returned WriteOutBytes couldn't be used anymore.
        Throws:
        IOException
      • getCloser

        Closer getCloser()
        Returns a closer of this SegmentWriteOutMedium, which is closed in this SegmentWriteOutMedium's close() method. Could be used to "attach" some random resources to this SegmentWriteOutMedium, to be closed at the same time.