|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregatorException | |
---|---|
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 | |
---|---|
Query |
Query.includeAggregator(Aggregator... aggregators)
Request this query to aggregate the results by the given Aggregator(s) This method may be called multiple times to request multiple aggregations |
Uses of AggregatorException in net.sf.ehcache.search.aggregator |
---|
Methods in net.sf.ehcache.search.aggregator that throw AggregatorException | |
---|---|
void |
Sum.accept(Object input)
Add the given value to the aggregator function |
void |
Min.accept(Object input)
Add the given value to the aggregator function |
void |
Max.accept(Object input)
Add the given value to the aggregator function |
void |
Count.accept(Object input)
Add the given value to the aggregator function |
void |
Average.accept(Object input)
Add the given value to the aggregator function |
void |
AggregatorInstance.accept(Object input)
Add the given value to the aggregator function |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |