Class RecordId

    • Field Detail

      • NULL

        public static final RecordId NULL
        A null record id not identifying any record.
      • EMPTY_ARRAY

        public static RecordId[] EMPTY_ARRAY
    • Constructor Detail

      • RecordId

        public RecordId​(SegmentId segmentId,
                        int offset)
    • Method Detail

      • getSegmentId

        public SegmentId getSegmentId()
      • getRecordNumber

        public int getRecordNumber()
      • asUUID

        public UUID asUUID()
        Returns:
        the segment id part of this record id as UUID
      • getSegment

        @NotNull
        public @NotNull Segment getSegment()
      • toString10

        public String toString10()
        Returns the record id string representation used in Oak 1.0.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • estimateMemoryUsage

        public int estimateMemoryUsage()