Class SegmentParser.NodeInfo

java.lang.Object
org.apache.jackrabbit.oak.segment.SegmentParser.NodeInfo
Enclosing class:
SegmentParser

public static class SegmentParser.NodeInfo extends Object
  • Field Details

    • 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
  • Constructor Details

    • NodeInfo

      public NodeInfo(RecordId nodeId, String stableId, int nodeCount, int propertyCount, int size)