Package | Description |
---|---|
org.apache.hadoop.metrics2.lib |
A collection of library classes for implementing metrics sources
|
Modifier and Type | Method and Description |
---|---|
MutableCounterLong |
MetricsRegistry.newCounter(MetricsInfo info,
long iVal)
Create a mutable long integer counter
|
MutableCounterLong |
MetricsRegistry.newCounter(String name,
String desc,
long iVal)
Create a mutable long integer counter
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.