Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.search.aggregator |
This package contains classes for search aggregator functionality.
|
net.sf.ehcache.search.impl |
This package contains an implementation for Results.
|
net.sf.ehcache.store |
Store package.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AggregatorInstance<?>> |
CacheQuery.StoreQueryImpl.copiedAggregators |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<AggregatorInstance<?>> |
CacheQuery.createAggregatorInstances(java.util.List<Aggregator> aggregators) |
java.util.List<AggregatorInstance<?>> |
CacheQuery.getAggregatorInstances()
Get the requested aggregators
|
java.util.List<AggregatorInstance<?>> |
CacheQuery.StoreQueryImpl.getAggregatorInstances() |
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 |
---|---|
private void |
BaseQueryInterpreter.processAggregators(java.util.List<AggregatorInstance<?>> aggregatorInstances) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregatorInstance<?>> |
StoreQuery.getAggregatorInstances()
Get the requested aggregators
|
Modifier and Type | Method and Description |
---|---|
private void |
MemoryOnlyStore.BruteForceSearchManager.aggregate(java.util.List<AggregatorInstance<?>> aggregators,
java.util.Map<java.lang.String,AttributeExtractor> extractors,
Element element) |
private void |
MemoryOnlyStore.BruteForceSearchManager.setResultAggregators(java.util.List<AggregatorInstance<?>> aggregators,
BaseResult result) |