|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricMutable | |
---|---|
org.apache.hadoop.metrics2.lib |
Uses of MetricMutable in org.apache.hadoop.metrics2.lib |
---|
Subclasses of MetricMutable in org.apache.hadoop.metrics2.lib | |
---|---|
class |
MetricMutableCounter<T extends Number>
The mutable counter (monotonically increasing) metric interface |
class |
MetricMutableCounterInt
A mutable int counter for implementing metrics sources |
class |
MetricMutableCounterLong
A mutable long counter |
class |
MetricMutableGauge<T extends Number>
The mutable gauge metric interface |
class |
MetricMutableGaugeInt
A mutable int gauge |
class |
MetricMutableGaugeLong
A mutable long gauge |
class |
MetricMutableStat
A mutable metric with stats Useful for keep throughput/latency stats. |
Methods in org.apache.hadoop.metrics2.lib that return MetricMutable | |
---|---|
MetricMutable |
MetricsRegistry.get(String name)
Get a metric by name |
MetricMutable |
MetricMutableFactory.newMetric(String name)
Create a new mutable metric by name Usually overridden by app specific factory |
Methods in org.apache.hadoop.metrics2.lib that return types with arguments of type MetricMutable | |
---|---|
Set<Map.Entry<String,MetricMutable>> |
MetricsRegistry.metrics()
Get the metrics |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |