Uses of Class
org.apache.hadoop.metrics2.util.SampleStat

Packages that use SampleStat
org.apache.hadoop.metrics2.util   
 

Uses of SampleStat in org.apache.hadoop.metrics2.util
 

Methods in org.apache.hadoop.metrics2.util that return SampleStat
 SampleStat SampleStat.add(double x)
          Add a sample the running stat.
 SampleStat SampleStat.add(long nSamples, double x)
          Add some sample and a partial sum to the running stat.
 

Methods in org.apache.hadoop.metrics2.util with parameters of type SampleStat
 void SampleStat.copyTo(SampleStat other)
          Copy the values to other (saves object creation and gc.)
 



Copyright © 2009 The Apache Software Foundation