org.apache.hadoop.metrics2.lib
Class MetricMutableCounter<T extends Number>
java.lang.Object
org.apache.hadoop.metrics2.lib.MetricMutable
org.apache.hadoop.metrics2.lib.MetricMutableCounter<T>
- Type Parameters:
T
- the type of the metric
- Direct Known Subclasses:
- MetricMutableCounterInt, MetricMutableCounterLong
public abstract class MetricMutableCounter<T extends Number>
- extends MetricMutable
The mutable counter (monotonically increasing) metric interface
Method Summary |
abstract void |
incr()
Increment the metric value by 1. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricMutableCounter
public MetricMutableCounter(String name,
String description)
- Construct the metric with name and description
- Parameters:
name
- description
-
incr
public abstract void incr()
- Increment the metric value by 1.
Copyright © 2009 The Apache Software Foundation