public class HistogramResult extends AggregationResult
| Constructor and Description |
|---|
HistogramResult(Iterable<HistogramBucket> buckets) |
| Modifier and Type | Method and Description |
|---|---|
HistogramBucket |
getBucketByKey(Object key) |
Iterable<HistogramBucket> |
getBuckets() |
createEmptyResultpublic HistogramResult(Iterable<HistogramBucket> buckets)
public Iterable<HistogramBucket> getBuckets()
public HistogramBucket getBucketByKey(Object key)
Copyright © 2014–2017. All rights reserved.