Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.functor.aggregator Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AbstractListBackedAggregatorAn aggregator which stores the data series in a List.Classorg.apache.commons.functor.aggregatorApache Commons
AbstractNoStoreAggregatorAn implementation of an aggregator which doesn't store the data series but instead it processes the data on the fly, as it arrives inClassorg.apache.commons.functor.aggregatorApache Commons
AbstractTimedAggregatorAn aggregator which automatically resets the aggregated data at regular intervals and sends a notification when it is about to do so, so listenersClassorg.apache.commons.functor.aggregatorApache Commons
AggregatorInterface which offers a means of aggregating data.Interfaceorg.apache.commons.functor.aggregatorApache Commons
ArrayListBackedAggregatorClassorg.apache.commons.functor.aggregatorApache Commons
DoubleMaxAggregatorBinaryFunctionAggregation function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMaxAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMeanValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleMedianValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoublePercentileAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleSumAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
DoubleSumAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerCountAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMaxAggregatorBinaryFunctionAggregation function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMaxAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMeanValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerMedianValueAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerPercentileAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerSumAggregatorBinaryFunctionAggregator function to be used with subclasses of AbstractNoStoreAggregator whichClassorg.apache.commons.functor.aggregator.functionsApache Commons
IntegerSumAggregatorFunctionAggregator function to be used with subclasses of AbstractListBackedAggregatorClassorg.apache.commons.functor.aggregator.functionsApache Commons
TimedAggregatorListenerListener to be used with instances of AbstractTimedAggregator to receive notifications when the timer kicks in.Interfaceorg.apache.commons.functor.aggregatorApache Commons