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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
Sum.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 |
AggregatorInstance.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 |
Min.accept(Object input)
Add the given value to the aggregator function
|
void |
Average.accept(Object input)
Add the given value to the aggregator function
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.