Package | Description |
---|---|
org.apache.commons.functor.aggregator |
This package contains the interfaces and utilities needed to implement
an aggregation service.
|
Class and Description |
---|
AbstractListBackedAggregator
An aggregator which stores the data series in a List.
|
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
can decide to gather the information before it is being reset (and log it
etc).
|
Aggregator
Interface which offers a means of "aggregating" data.
|
TimedAggregatorListener
Listener to be used with instances of
AbstractTimedAggregator to
receive notifications when the timer kicks in. |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.