ehcache

Uses of Package
net.sf.ehcache.search.aggregator

Packages that use net.sf.ehcache.search.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. 
 

Classes in net.sf.ehcache.search.aggregator used by net.sf.ehcache.search
Aggregator
          An Aggregator describes a requested aggregation for a query and provides aggregator instances for execution
AggregatorException
          Thrown if an Aggregator cannot complete.
 

Classes in net.sf.ehcache.search.aggregator used by net.sf.ehcache.search.aggregator
Aggregator
          An Aggregator describes a requested aggregation for a query and provides aggregator instances for execution
AggregatorException
          Thrown if an Aggregator cannot complete.
AggregatorInstance
          An AggregatorInstance takes input objects and computes an aggregate function from them.
Average
          Compute the average (arithmetic mean) as a double
Count
          Counts the number of results
Max
          Determine the maximum value
Min
          Determine the minimum value
Sum
          Sums the results

Sum can be used with most numeric types

 

Classes in net.sf.ehcache.search.aggregator used by net.sf.ehcache.store
Aggregator
          An Aggregator describes a requested aggregation for a query and provides aggregator instances for execution
AggregatorInstance
          An AggregatorInstance takes input objects and computes an aggregate function from them.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.