| Constructor and Description | 
|---|
| DelegatingCounter(MetricName name) | 
| DelegatingCounter(MetricName name,
                 boolean processWideContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dec() | 
| void | dec(long n) | 
| MetricName | getName()The  MetricNamegiven to this metric. | 
| void | inc()Increment the counter. | 
| void | inc(long n)Increment the counter by the given amount. | 
public DelegatingCounter(MetricName name)
public DelegatingCounter(MetricName name, boolean processWideContainer)
public void inc(long n)
public MetricName getName()
MetricMetricName given to this metric.