Package | Description |
---|---|
org.apache.hadoop.metrics2.lib |
A collection of library classes for implementing metrics sources
|
Modifier and Type | Method and Description |
---|---|
MutableGaugeLong |
MetricsRegistry.newGauge(MetricsInfo info,
long iVal)
Create a mutable long integer gauge
|
MutableGaugeLong |
MetricsRegistry.newGauge(String name,
String desc,
long iVal)
Create a mutable long integer gauge
|
Copyright © 2017 Apache Software Foundation. All rights reserved.