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