Class TimerStats

java.lang.Object
org.springframework.integration.graph.TimerStats

public class TimerStats extends Object
Statistics captured from a timer meter.
Since:
5.2
Author:
Gary Russell
  • Constructor Details

    • TimerStats

      public TimerStats(long count, double mean, double max)
  • Method Details

    • getCount

      public long getCount()
    • getMean

      public double getMean()
    • getMax

      public double getMax()