Class BlockLine

    • Field Detail

      • termStateRelativeOffset

        protected int termStateRelativeOffset
      • termState

        protected final BlockTermState termState
        Only used for writing.
    • Constructor Detail

      • BlockLine

        protected BlockLine​(TermBytes termBytes,
                            int termStateRelativeOffset)
        Constructor used for reading a BlockLine.
    • Method Detail

      • reset

        protected BlockLine reset​(TermBytes termBytes,
                                  int termStateRelativeOffset)
        Resets this BlockLine to reuse it when reading.
      • getTermBytes

        public TermBytes getTermBytes()
      • getTermStateRelativeOffset

        public int getTermStateRelativeOffset()
        Returns:
        The offset of the TermState bytes in the block, relatively to the term states base offset.