Interface CountStatistic
- All Superinterfaces:
Statistic
- All Known Implementing Classes:
CountStatisticImpl
Specifies standard count measurements.
-
Method Summary
Methods inherited from interface org.glassfish.external.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
-
Method Details
-
getCount
long getCount()The count since the last reset.
-