Interface AbstractWalRecordsIterator.AbstractFileDescriptor

    • Method Detail

      • isCompressed

        boolean isCompressed()
      • idx

        long idx()
      • toReadOnlyIO

        SegmentIO toReadOnlyIO​(FileIOFactory fileIOFactory)
                        throws IOException
        Make fileIo by this description.
        Parameters:
        fileIOFactory - Factory for fileIo creation.
        Returns:
        One of implementation of FileIO.
        Throws:
        IOException - if creation of fileIo was not success.