public class NoOpHistogram extends java.lang.Object implements Histogram
| Modifier and Type | Method and Description | 
|---|---|
static NoOpHistogram | 
getInstance()  | 
MetricName | 
getName()
The  
MetricName given to this metric. | 
void | 
update(double value)
Add an observation to this histogram. 
 | 
public void update(double value)
Histogrampublic MetricName getName()
MetricMetricName given to this metric.public static NoOpHistogram getInstance()