Interface | Description |
---|---|
Aggregator<T,V> |
interface for classes which aggregate multiple values.
|
Class | Description |
---|---|
CountAggregatingStatistic<T,V> |
CountAggregatingStatistic aggregates a fixed number n of values with
the help of an Aggregator . |
DoubleSumAggregator |
aggregator which sums double values
|
IntervalAggregatingStatistic<T,V> |
IntervalAggregatingStatistic aggregates values over a configured
interval. |
LongSumAggregator |
aggregator which sums long values
|
MeanAggregator |
aggregator which calculates the mean value.
|
RateAggregator |
aggregator which calculates a rate value (sum of the input values divided by
elapsed time since the last reset in seconds).
|