public class JavaScriptPostAggregator extends Object implements PostAggregator
| Constructor and Description |
|---|
JavaScriptPostAggregator(String name,
List<String> fieldNames,
String function) |
| Modifier and Type | Method and Description |
|---|---|
Object |
compute(Map<String,Object> combinedAggregators) |
boolean |
equals(Object o) |
Comparator |
getComparator() |
Set<String> |
getDependentFields() |
List<String> |
getFieldNames() |
String |
getFunction() |
String |
getName() |
int |
hashCode() |
public Set<String> getDependentFields()
getDependentFields in interface PostAggregatorpublic Comparator getComparator()
getComparator in interface PostAggregatorpublic Object compute(Map<String,Object> combinedAggregators)
compute in interface PostAggregatorpublic String getName()
getName in interface PostAggregatorpublic String getFunction()
Copyright © 2011–2015. All rights reserved.