Uses of Interface
net.sf.ehcache.search.aggregator.Aggregator
-
Packages that use Aggregator 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.net.sf.ehcache.store Store package. -
-
Uses of Aggregator in net.sf.ehcache.search
Methods in net.sf.ehcache.search that return Aggregator Modifier and Type Method Description AggregatorAttribute. average()Request an average value aggregation of this attributeAggregatorAttribute. count()Request a count aggregation of this attributeAggregatorAttribute. max()Request a maximum value aggregation of this attributeAggregatorAttribute. min()Request a minimum value aggregation of this attributeAggregatorAttribute. sum()Request a sum aggregation of this attributeMethods in net.sf.ehcache.search with parameters of type Aggregator Modifier and Type Method Description QueryQuery. includeAggregator(Aggregator... aggregators)Request this query to aggregate the results by the given Aggregator(s) -
Uses of Aggregator in net.sf.ehcache.search.aggregator
Methods in net.sf.ehcache.search.aggregator that return Aggregator Modifier and Type Method Description static AggregatorAggregators. average(Attribute<?> attribute)Construct an average value aggregatorstatic AggregatorAggregators. count()Construct a counting aggregatorstatic AggregatorAggregators. max(Attribute<?> attribute)Construct a maximum value aggregatorstatic AggregatorAggregators. min(Attribute<?> attribute)Construct a minimum value aggregatorstatic AggregatorAggregators. 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 Modifier and Type Method Description java.util.List<Aggregator>StoreQuery. getAggregators()Get the requested aggregators
-