Package org.infinispan.commons.stat
Interface SimpleStat
-
- All Known Implementing Classes:
DefaultSimpleStat
public interface SimpleStatA simple statistic recorder that computes the average, minimum and maximum value observed.- Since:
- 9.4
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default longcount()default longgetAverage(long defaultValue)default longgetMax(long defaultValue)default longgetMin(long defaultValue)default booleanisEmpty()default voidrecord(long value)
-