Class SegmentParser.NodeInfo
java.lang.Object
org.apache.jackrabbit.oak.segment.SegmentParser.NodeInfo
- Enclosing class:
- SegmentParser
Result type of 
SegmentParser.parseNode(RecordId).- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nodeIdId of this record
- 
stableIdStable id of this node
- 
nodeCountpublic final int nodeCountNumber of child nodes
- 
propertyCountpublic final int propertyCountNumber of properties
- 
sizepublic final int sizeSize in bytes of this node
 
- 
- 
Constructor Details- 
NodeInfo
 
-