org.apache.hadoop.metrics2.util
Class SampleStat.MinMax
java.lang.Object
org.apache.hadoop.metrics2.util.SampleStat.MinMax
- Enclosing class:
- SampleStat
public static class SampleStat.MinMax
- extends Object
Helper to keep running min/max
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleStat.MinMax
public SampleStat.MinMax()
add
public void add(double value)
min
public double min()
max
public double max()
reset
public void reset()
reset
public void reset(SampleStat.MinMax other)
Copyright © 2009 The Apache Software Foundation