Interface PositionDependentRecord

    • Method Detail

      • getLastOnDiskOffset

        int getLastOnDiskOffset()
        Fetch our location on the disk, as of the last write out
      • setLastOnDiskOffset

        void setLastOnDiskOffset​(int offset)
        Update the Record's idea of where on disk it lives, after a write out. Use with care...
      • updateOtherRecordReferences

        void updateOtherRecordReferences​(Map<Integer,​Integer> oldToNewReferencesLookup)
        Offer the record the list of records that have changed their location as part of the writeout.