Class SegmentParser.ListBucketInfo

    • 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 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,
                              List<RecordId> entries,
                              int size)