
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
|
static org.HdrHistogram.Histogram |
getNewHistogram() |
long |
getTotalCount() |
int |
getValueAtPercentile(double percentile)
Return the cached value if available.
|
public static CachedValuesHistogram backedBy(org.HdrHistogram.Histogram underlying)
public int getMean()
public int getValueAtPercentile(double percentile)
Histogrampercentile - percentile of distributionpublic long getTotalCount()
public static org.HdrHistogram.Histogram getNewHistogram()