public interface PostAggregator extends Cacheable
Modifier and Type | Method and Description |
---|---|
Object |
compute(Map<String,Object> combinedAggregators) |
PostAggregator |
decorate(Map<String,AggregatorFactory> aggregators)
Returns a richer post aggregator which are built from the given aggregators with their names and some accessible
environmental variables such as ones in the object scope.
|
Comparator |
getComparator() |
Set<String> |
getDependentFields() |
String |
getName() |
getCacheKey
Comparator getComparator()
String getName()
PostAggregator decorate(Map<String,AggregatorFactory> aggregators)
aggregators
- A map of aggregator factories with their names.Copyright © 2011–2017. All rights reserved.