Package org.apache.hadoop.metrics2.util
Class SampleStat.MinMax
java.lang.Object
org.apache.hadoop.metrics2.util.SampleStat.MinMax
- Enclosing class:
- SampleStat
Helper to keep running min/max
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MinMax
public MinMax()
-
-
Method Details
-
add
public void add(double value) -
min
public double min() -
max
public double max() -
reset
public void reset() -
reset
-