Class TimerStats

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

public class TimerStats
extends java.lang.Object
Statistics captured from a timer meter.
Since:
5.2
  • Constructor Summary

    Constructors 
    Constructor Description
    TimerStats​(long count, double mean, double max)  
  • Method Summary

    Modifier and Type Method Description
    long getCount()  
    double getMax()  
    double getMean()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TimerStats

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