Class SegmentParser.ListInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int count
      Number of items in this list
      RecordId listId
      Id of this record
      int size
      Size in bytes of this list
    • Constructor Summary

      Constructors 
      Constructor Description
      ListInfo​(RecordId listId, int count, 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
      • count

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

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

      • ListInfo

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