public class EqualBucketsPostAggregator extends ApproximateHistogramPostAggregator
| Constructor and Description |
|---|
EqualBucketsPostAggregator(String name,
String fieldName,
int numBuckets) |
| Modifier and Type | Method and Description |
|---|---|
Object |
compute(Map<String,Object> values) |
Set<String> |
getDependentFields() |
int |
getNumBuckets() |
String |
toString() |
getComparator, getFieldName, getNamepublic Object compute(Map<String,Object> values)
compute in interface PostAggregatorcompute in class ApproximateHistogramPostAggregatorpublic int getNumBuckets()
public String toString()
toString in class ApproximateHistogramPostAggregatorCopyright © 2011–2016. All rights reserved.