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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
count()
static CountAtValue
of(long value, double count)
String
toString()
long
value()
double
value(TimeUnit unit)
-
-
-
Method Detail
-
of
public static CountAtValue of(long value, double count)
-
value
public long value()
-
value
public double value(TimeUnit unit)
-
count
public double count()
-
-