public interface ValueStatistics
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Return the count of values collected (since the last reset/collection).
|
long |
getMax()
Return the Max value collected (since the last reset/collection).
|
long |
getMean()
Return the mean value rounded up for the values collected since the last reset/collection.
|
long |
getStartTime()
Return the time these statistics were collected from.
|
long |
getTotal()
Return the total of all the values (since the last reset/collection).
|
long getStartTime()
This should equate to the last time the statistics were collected for reporting purposes so if that is ever minute then this would return the epoch time of 1 minute ago.
long getCount()
long getTotal()
long getMax()
long getMean()
Copyright © 2014. All Rights Reserved.