|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Aggregator | |
---|---|
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. |
net.sf.ehcache.store | Store package. |
Uses of Aggregator in net.sf.ehcache.search |
---|
Methods in net.sf.ehcache.search that return Aggregator | |
---|---|
Aggregator |
Attribute.average()
Request an average value aggregation of this attribute |
Aggregator |
Attribute.count()
Request a count aggregation of this attribute |
Aggregator |
Attribute.max()
Request a maximum value aggregation of this attribute |
Aggregator |
Attribute.min()
Request a minimum value aggregation of this attribute |
Aggregator |
Attribute.sum()
Request a sum aggregation of this attribute |
Methods in net.sf.ehcache.search with parameters of type Aggregator | |
---|---|
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 Aggregator in net.sf.ehcache.search.aggregator |
---|
Methods in net.sf.ehcache.search.aggregator that return Aggregator | |
---|---|
static Aggregator |
Aggregators.average(Attribute<?> attribute)
Construct an average value aggregator |
static Aggregator |
Aggregators.count()
Construct a counting aggregator |
static Aggregator |
Aggregators.max(Attribute<?> attribute)
Construct a maximum value aggregator |
static Aggregator |
Aggregators.min(Attribute<?> attribute)
Construct a minimum value aggregator |
static Aggregator |
Aggregators.sum(Attribute<?> attribute)
Construct a sum aggregator |
Uses of Aggregator in net.sf.ehcache.store |
---|
Methods in net.sf.ehcache.store that return types with arguments of type Aggregator | |
---|---|
List<Aggregator> |
StoreQuery.getAggregators()
Get the requested aggregators |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |