Class CumulativeHistory

java.lang.Object
org.springframework.cloud.dataflow.rest.job.CumulativeHistory

public class CumulativeHistory extends Object
Author:
Glenn Renfro
  • Constructor Details

    • CumulativeHistory

      public CumulativeHistory()
  • Method Details

    • 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