org.springframework.batch.admin.history
Class CumulativeHistory
java.lang.Object
org.springframework.batch.admin.history.CumulativeHistory
public class CumulativeHistory
- extends Object
CumulativeHistory
public CumulativeHistory()
append
public void append(double value)
getCount
public int getCount()
getMean
public double getMean()
getStandardDeviation
public double getStandardDeviation()
getMax
public double getMax()
getMin
public double getMin()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.