public class ClearableHistogram
extends com.codahale.metrics.Histogram
| Constructor and Description | 
|---|
| ClearableHistogram(DecayingEstimatedHistogramReservoir reservoir)Creates a new  Histogramwith 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 © 2018 The Apache Software Foundation