Class SegmentParser.ListInfo

java.lang.Object
org.apache.jackrabbit.oak.segment.SegmentParser.ListInfo
Enclosing class:
SegmentParser

public static class SegmentParser.ListInfo extends Object
  • Field Details

    • listId

      public final RecordId listId
      Id of this record
    • count

      public final int count
      Number of items in this list
    • size

      public final int size
      Size in bytes of this list
  • Constructor Details

    • ListInfo

      public ListInfo(RecordId listId, int count, int size)