Class MutableRecordAndPosition<E>

    • Constructor Detail

      • MutableRecordAndPosition

        public MutableRecordAndPosition()
    • Method Detail

      • set

        public void set​(E record,
                        long offset,
                        long recordSkipCount)
        Updates the record and position in this object.
      • setPosition

        public void setPosition​(long offset,
                                long recordSkipCount)
        Sets the position without setting a record.
      • setNext

        public void setNext​(E record)
        Sets the next record of a sequence. This increments the recordSkipCount by one.