public static class SegmentParser.NodeInfo extends Object
SegmentParser.parseNode(RecordId).| Modifier and Type | Field and Description |
|---|---|
int |
nodeCount
Number of child nodes
|
RecordId |
nodeId
Id of this record
|
int |
propertyCount
Number of properties
|
int |
size
Size in bytes of this node
|
| Constructor and Description |
|---|
SegmentParser.NodeInfo(RecordId nodeId,
int nodeCount,
int propertyCount,
int size) |
public final RecordId nodeId
public final int nodeCount
public final int propertyCount
public final int size
public SegmentParser.NodeInfo(RecordId nodeId, int nodeCount, int propertyCount, int size)
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.