Class SegmentParser.NodeInfo

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

      • NodeInfo

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