Class SegmentParser.NodeInfo

    • Field Summary

      Fields 
      Modifier and Type Field 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
      java.lang.String stableId
      Stable id of this node
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeInfo​(RecordId nodeId, java.lang.String stableId, int nodeCount, int propertyCount, int size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nodeId

        public final RecordId nodeId
        Id of this record
      • stableId

        public final java.lang.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 Detail

      • NodeInfo

        public NodeInfo​(RecordId nodeId,
                        java.lang.String stableId,
                        int nodeCount,
                        int propertyCount,
                        int size)