Package | Description |
---|---|
net.sf.ehcache.search.aggregator |
This package contains classes for search aggregator functionality.
|
net.sf.ehcache.store |
Store package.
|
Modifier and Type | Class and Description |
---|---|
class |
Average
Compute the average (arithmetic mean) as a double
|
class |
Count
Counts the number of results
|
class |
Max<T>
Determine the maximum value
|
class |
Min<T>
Determine the minimum value
|
class |
Sum
Sums the results
Sum can be used with most numeric types
|
Modifier and Type | Method and Description |
---|---|
AggregatorInstance<T> |
AggregatorInstance.createClone()
Create a clone of this aggregator, detaching from its result
|
<T> AggregatorInstance<T> |
Aggregator.createInstance()
Create an instance of this aggregator.
|
Modifier and Type | Method and Description |
---|---|
List<AggregatorInstance<?>> |
StoreQuery.getAggregatorInstances()
Get the requested aggregator instances
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.