Interface Average
-
- All Superinterfaces:
org.glassfish.external.statistics.RangeStatistic,org.glassfish.external.statistics.Statistic
- All Known Implementing Classes:
AverageImpl
@Contract public interface Average extends org.glassfish.external.statistics.RangeStatistic- Author:
- Harpreet SIngh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDataPoint(long value)doublegetAverage()longgetMax()longgetMin()longgetSize()longgetTotal()voidsetReset()
-