Class AbstractFileHandle

    • Field Detail

      • fileIO

        protected SegmentIO fileIO
        I/O interface for read/write operations with file.
    • Constructor Detail

      • AbstractFileHandle

        public AbstractFileHandle​(@NotNull
                                  @NotNull SegmentIO fileIO)
        Parameters:
        fileIO - I/O interface for read/write operations of AbstractFileHandle.
    • Method Detail

      • getSegmentId

        public long getSegmentId()
        Returns:
        Absolute WAL segment file index (incremental counter).