public abstract class Bucket extends MetricAggregation
| Modifier and Type | Field and Description |
|---|---|
protected Long |
count |
jsonRoot, name| Constructor and Description |
|---|
Bucket(com.google.gson.JsonObject bucketRoot,
Long count) |
Bucket(String name,
com.google.gson.JsonObject bucketRoot,
Long count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCount() |
int |
hashCode() |
getAggregation, getAggregations, getAvgAggregation, getCardinalityAggregation, getDateHistogramAggregation, getDateRangeAggregation, getExtendedStatsAggregation, getFilterAggregation, getFiltersAggregation, getGeoBoundsAggregation, getGeoDistanceAggregation, getGeohashGridAggregation, getHistogramAggregation, getIpv4RangeAggregation, getMaxAggregation, getMinAggregation, getMissingAggregation, getPercentileRanksAggregation, getPercentilesAggregation, getRangeAggregation, getScriptedMetricAggregation, getSignificantTermsAggregation, getStatsAggregation, getSumAggregation, getTermsAggregation, getTopHitsAggregation, getValueCountAggregationgetNameprotected Long count
public Bucket(com.google.gson.JsonObject bucketRoot,
Long count)
public Long getCount()
public boolean equals(Object obj)
equals in class Aggregationpublic int hashCode()
hashCode in class AggregationCopyright © 2017. All rights reserved.