
public class CachedValuesHistogram
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CachedValuesHistogram |
backedBy(org.HdrHistogram.Histogram underlying) |
int |
getMean()
Return the cached value only
|
long |
getTotalCount() |
org.HdrHistogram.Histogram |
getUnderlying() |
int |
getValueAtPercentile(double percentile)
Return the cached value if available.
|
public static CachedValuesHistogram backedBy(org.HdrHistogram.Histogram underlying)
public org.HdrHistogram.Histogram getUnderlying()
public int getMean()
public int getValueAtPercentile(double percentile)
Histogrampercentile - percentile of distributionpublic long getTotalCount()