Class SegmentParser.NodeInfo
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.SegmentParser.NodeInfo
-
- Enclosing class:
- SegmentParser
public static class SegmentParser.NodeInfo extends Object
Result type ofSegmentParser.parseNode(RecordId)
.
-
-
Field Detail
-
nodeId
public final RecordId nodeId
Id of this record
-
stableId
public final String stableId
Stable id of this node
-
nodeCount
public final int nodeCount
Number of child nodes
-
propertyCount
public final int propertyCount
Number of properties
-
size
public final int size
Size in bytes of this node
-
-