Uses of Class
net.sf.ehcache.search.aggregator.AggregatorException
-
Packages that use AggregatorException Package Description net.sf.ehcache.search This package contains classes for ehcache core search API.net.sf.ehcache.search.aggregator This package contains classes for search aggregator functionality. -
-
Uses of AggregatorException in net.sf.ehcache.search
Methods in net.sf.ehcache.search that throw AggregatorException Modifier and Type Method Description QueryQuery. includeAggregator(Aggregator... aggregators)Request this query to aggregate the results by the given Aggregator(s) -
Uses of AggregatorException in net.sf.ehcache.search.aggregator
Methods in net.sf.ehcache.search.aggregator that throw AggregatorException Modifier and Type Method Description voidAggregatorInstance. accept(java.lang.Object input)Add the given value to the aggregator functionvoidAverage. accept(java.lang.Object input)Add the given value to the aggregator functionvoidCount. accept(java.lang.Object input)Add the given value to the aggregator functionvoidMax. accept(java.lang.Object input)Add the given value to the aggregator functionvoidMin. accept(java.lang.Object input)Add the given value to the aggregator functionvoidSum. accept(java.lang.Object input)Add the given value to the aggregator function
-