Class SegmentParser.ListBucketInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<RecordId> entries
      Entries of this bucket
      boolean leaf
      true if this is a leaf bucket, false otherwise.
      RecordId listId
      Id of this record
      int size
      Size in bytes of this bucket.
    • Constructor Summary

      Constructors 
      Constructor Description
      ListBucketInfo​(RecordId listId, boolean leaf, java.util.List<RecordId> entries, int size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • listId

        public final RecordId listId
        Id of this record
      • leaf

        public final boolean leaf
        true if this is a leaf bucket, false otherwise.
      • entries

        public final java.util.List<RecordId> entries
        Entries of this bucket
      • size

        public final int size
        Size in bytes of this bucket.
    • Constructor Detail

      • ListBucketInfo

        public ListBucketInfo​(RecordId listId,
                              boolean leaf,
                              java.util.List<RecordId> entries,
                              int size)