Package 

Interface AgentHistogram

    • Method Summary

      Modifier and Type Method Description
      abstract double getCount()
      abstract boolean isEmpty()
      abstract void accept(double value)
      abstract void accept(double value, double count)
      abstract double getValueAtQuantile(double quantile)
      abstract double getMinValue()
      abstract double getMaxValue()
      abstract void clear()
      abstract ByteBuffer serialize()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait