public static class SegmentParser.PropertyInfo extends Object
| Modifier and Type | Field and 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 and Description |
|---|
SegmentParser.PropertyInfo(RecordId propertyId,
int count,
int size) |
public final RecordId propertyId
public final int count
-1 for single value properties.public final int size
public SegmentParser.PropertyInfo(RecordId propertyId, int count, int size)
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.