Class Node


  • public final class Node
    extends java.lang.Object
    A node in the graph of aggregated stack traces.
    • Method Detail

      • getCount

        public int getCount()
        Returns:
        the number of times this node was on the top of the stack.
      • getWeight

        public double getWeight()
        Returns:
        the weight of this node.
      • getCumulativeCount

        public int getCumulativeCount()
        Returns:
        the number of times this node was passed through.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getNodeId

        public java.lang.Integer getNodeId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object