|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableMetric | |
---|---|
org.apache.hadoop.metrics2.lib | A collection of library classes for implementing metrics sources |
Uses of MutableMetric in org.apache.hadoop.metrics2.lib |
---|
Subclasses of MutableMetric in org.apache.hadoop.metrics2.lib | |
---|---|
class |
MutableCounter
The mutable counter (monotonically increasing) metric interface |
class |
MutableCounterInt
A mutable int counter for implementing metrics sources |
class |
MutableCounterLong
A mutable long counter |
class |
MutableGauge
The mutable gauge metric interface |
class |
MutableGaugeInt
A mutable int gauge |
class |
MutableGaugeLong
A mutable long gauge |
class |
MutableQuantiles
Watches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds. |
class |
MutableRate
A convenient mutable metric for throughput measurement |
class |
MutableRates
Helper class to manage a group of mutable rate metrics |
class |
MutableStat
A mutable metric with stats. |
Methods in org.apache.hadoop.metrics2.lib that return MutableMetric | |
---|---|
MutableMetric |
MetricsRegistry.get(String name)
Get a metric by name |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |