Class CountAtValue

java.lang.Object
org.forgerock.monitoring.api.instrument.CountAtValue

public final class CountAtValue extends Object
The count accumulated to a histogram bucket.
  • Method Details

    • of

      public static CountAtValue of(long value, double count)
    • value

      public long value()
    • value

      public double value(TimeUnit unit)
    • count

      public double count()
    • toString

      public String toString()
      Overrides:
      toString in class Object