public class BucketsPostAggregator extends ApproximateHistogramPostAggregator
fieldName, name| Constructor and Description |
|---|
BucketsPostAggregator(String name,
String fieldName,
float bucketSize,
float offset) |
| Modifier and Type | Method and Description |
|---|---|
Object |
compute(Map<String,Object> values) |
PostAggregator |
decorate(Map<String,AggregatorFactory> aggregators) |
float |
getBucketSize() |
byte[] |
getCacheKey() |
Set<String> |
getDependentFields() |
float |
getOffset() |
String |
toString() |
getComparator, getFieldName, getNamepublic Object compute(Map<String,Object> values)
compute in interface PostAggregatorcompute in class ApproximateHistogramPostAggregatorpublic PostAggregator decorate(Map<String,AggregatorFactory> aggregators)
public float getBucketSize()
public float getOffset()
public String toString()
toString in class ApproximateHistogramPostAggregatorpublic byte[] getCacheKey()
Copyright © 2011–2018. All rights reserved.