public class TimeWindowPercentileHistogram
extends java.lang.Object
Constructor and Description |
---|
TimeWindowPercentileHistogram(Clock clock,
DistributionStatisticConfig distributionStatisticConfig,
boolean supportsAggregablePercentiles) |
Modifier and Type | Method and Description |
---|---|
protected U |
accumulatedHistogram() |
protected T |
currentHistogram() |
void |
recordDouble(double value) |
void |
recordLong(long value) |
HistogramSnapshot |
takeSnapshot(long count,
double total,
double max) |
public TimeWindowPercentileHistogram(Clock clock, DistributionStatisticConfig distributionStatisticConfig, boolean supportsAggregablePercentiles)
public final HistogramSnapshot takeSnapshot(long count, double total, double max)
takeSnapshot
in interface Histogram
public void recordLong(long value)
recordLong
in interface Histogram
public void recordDouble(double value)
recordDouble
in interface Histogram
protected U accumulatedHistogram()
protected T currentHistogram()