Interface AutoStopAggregator<T extends Comparable<?>>
-
- All Known Implementing Classes:
AverageAggregator,PercentAggregator,PercentileAggregator,PerSecondAggregator,SimpleAggregator
public interface AutoStopAggregator<T extends Comparable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long value)TgetValue()
-
-
-
Method Detail
-
add
void add(long value)
-
getValue
T getValue()
-
-