Class TimerStats
java.lang.Object
org.springframework.integration.graph.TimerStats
Statistics captured from a timer meter.
- Since:
- 5.2
- Author:
- Gary Russell
-
Constructor Summary
-
Method Summary
-
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()
-