Uses of Class
org.forgerock.monitoring.api.instrument.CountAtValue
-
Packages that use CountAtValue Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeter -
-
Uses of CountAtValue in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return CountAtValue Modifier and Type Method Description CountAtValue[]
HistogramSnapshot. histogramCounts()
static CountAtValue
CountAtValue. of(long value, double count)
Methods in org.forgerock.monitoring.api.instrument with parameters of type CountAtValue Modifier and Type Method Description static HistogramSnapshot
HistogramSnapshot. of(long count, double total, double max, ValueAtPercentile[] percentileValues, CountAtValue[] histogramCounts)
-