public class HistogramBucket extends Object
| Constructor and Description |
|---|
HistogramBucket(Object key,
long count,
Map<String,AggregationResult> nestedResults) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
Object |
getKey() |
Map<String,AggregationResult> |
getNestedResults() |
public HistogramBucket(Object key, long count, Map<String,AggregationResult> nestedResults)
public Object getKey()
public long getCount()
public Map<String,AggregationResult> getNestedResults()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.