Class SegmentParser.PropertyInfo
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.SegmentParser.PropertyInfo
-
- Enclosing class:
- SegmentParser
public static class SegmentParser.PropertyInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
count
Number of values in properties of this type.RecordId
propertyId
Id of this recordint
size
Size in bytes of this property
-
Constructor Summary
Constructors Constructor Description PropertyInfo(RecordId propertyId, int count, int size)
-
-
-
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)
-
-