| 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.
|
| Class and Description |
|---|
| Aggregator
An Aggregator describes a requested aggregation for a query and provides aggregator instances for execution
|
| AggregatorException
Thrown if an Aggregator cannot complete.
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| AggregatorInstance
An AggregatorInstance takes input objects and computes an aggregate function from them.
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.