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

Packages that use MetricMutableStat
org.apache.hadoop.metrics2.lib   
 

Uses of MetricMutableStat in org.apache.hadoop.metrics2.lib
 

Methods in org.apache.hadoop.metrics2.lib that return MetricMutableStat
 MetricMutableStat MetricMutableFactory.newStat(String name)
          Create a mutable stat metric with name only.
 MetricMutableStat MetricsRegistry.newStat(String name)
          Create a mutable metric with stats using the name only
 MetricMutableStat MetricsRegistry.newStat(String name, String description, String sampleName, String valueName)
          Create a mutable metric with stats
 MetricMutableStat MetricMutableFactory.newStat(String name, String description, String sampleName, String valueName, boolean extended)
          Create a mutable stat metric
 MetricMutableStat MetricsRegistry.newStat(String name, String description, String sampleName, String valueName, boolean extended)
          Create a mutable metric with stats
 



Copyright © 2009 The Apache Software Foundation