Class SegmentParser.PropertyInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int count
      Number of values in properties of this type.
      RecordId propertyId
      Id of this record
      int size
      Size in bytes of this property
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyInfo​(RecordId propertyId, 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

      • propertyId

        public final RecordId propertyId
        Id of this record
      • count

        public final int count
        Number of values in properties of this type. -1 for single value properties.
      • size

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

      • PropertyInfo

        public PropertyInfo​(RecordId propertyId,
                            int count,
                            int size)