public class ClearableHistogram
extends com.codahale.metrics.Histogram
Constructor and Description |
---|
ClearableHistogram(DecayingEstimatedHistogramReservoir reservoir)
Creates a new
Histogram with the given reservoir. |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
public ClearableHistogram(DecayingEstimatedHistogramReservoir reservoir)
Histogram
with the given reservoir.reservoir
- the reservoir to create a histogram fromCopyright © 2017 The Apache Software Foundation