Class TimerStats
java.lang.Object
org.springframework.integration.graph.TimerStats
Statistics captured from a timer meter.
- Since:
- 5.2
- Author:
- Gary Russell
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TimerStatspublic TimerStats(long count, double mean, double max) 
 
- 
- 
Method Details- 
getCountpublic long getCount()
- 
getMeanpublic double getMean()
- 
getMaxpublic double getMax()
 
-