Uses of Class
org.apache.hadoop.metrics2.lib.MetricMutable

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
 



Copyright © 2009 The Apache Software Foundation