| Name | Description | Type | Package | Framework |
| AbstractListBackedAggregator | An aggregator which stores the data series in a List. | Class | org.apache.commons.functor.aggregator | Apache Commons |
| AbstractNoStoreAggregator | An implementation of an aggregator which doesn't store the data series but instead it processes the data on the fly, as it arrives in | Class | org.apache.commons.functor.aggregator | Apache Commons |
| AbstractTimedAggregator | An aggregator which automatically resets the aggregated data at regular intervals and sends a notification when it is about to do so, so listeners | Class | org.apache.commons.functor.aggregator | Apache Commons |
| Aggregator | Interface which offers a means of aggregating data. | Interface | org.apache.commons.functor.aggregator | Apache Commons |
| ArrayListBackedAggregator | Class | org.apache.commons.functor.aggregator | Apache Commons | |
| DoubleMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| DoubleMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| DoubleMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| DoubleMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| DoublePercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| DoubleSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| DoubleSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerCountAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerMaxAggregatorBinaryFunction | Aggregation function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerMaxAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerMeanValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerMedianValueAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerPercentileAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerSumAggregatorBinaryFunction | Aggregator function to be used with subclasses of AbstractNoStoreAggregator which | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| IntegerSumAggregatorFunction | Aggregator function to be used with subclasses of AbstractListBackedAggregator | Class | org.apache.commons.functor.aggregator.functions | Apache Commons |
| TimedAggregatorListener | Listener to be used with instances of AbstractTimedAggregator to receive notifications when the timer kicks in. | Interface | org.apache.commons.functor.aggregator | Apache Commons |