Class HistogramSnapshot
java.lang.Object
org.forgerock.monitoring.api.instrument.HistogramSnapshot
-
Method Summary
Modifier and TypeMethodDescriptionlong
count()
static HistogramSnapshot
empty()
double
max()
double
double
mean()
double
static HistogramSnapshot
of
(long count, double total, double max, ValueAtPercentile[] percentileValues, CountAtValue[] histogramCounts) toString()
double
total()
double
-
Method Details
-
of
public static HistogramSnapshot of(long count, double total, double max, @Nullable ValueAtPercentile[] percentileValues, @Nullable CountAtValue[] histogramCounts) -
empty
-
count
public long count() -
total
public double total() -
total
-
max
public double max() -
max
-
mean
public double mean() -
mean
-
percentileValues
-
histogramCounts
-
toString
-