Package org.opennms.netmgt.flows.elastic
Class ProportionalSumAggregation.Histogram
- java.lang.Object
-
- io.searchbox.core.search.aggregation.Aggregation
-
- io.searchbox.core.search.aggregation.MetricAggregation
-
- io.searchbox.core.search.aggregation.Bucket
-
- org.opennms.netmgt.flows.elastic.ProportionalSumAggregation.Histogram
-
- Direct Known Subclasses:
ProportionalSumAggregation.DateHistogram
- Enclosing class:
- ProportionalSumAggregation
public static class ProportionalSumAggregation.Histogram extends io.searchbox.core.search.aggregation.Bucket
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.Long
getKey()
int
hashCode()
-
Methods inherited from class io.searchbox.core.search.aggregation.MetricAggregation
getAggregation, getAggregations, getAvgAggregation, getCardinalityAggregation, getChildrenAggregation, getDateHistogramAggregation, getDateRangeAggregation, getExtendedStatsAggregation, getFilterAggregation, getFiltersAggregation, getGeoBoundsAggregation, getGeoDistanceAggregation, getGeohashGridAggregation, getHistogramAggregation, getIpv4RangeAggregation, getMaxAggregation, getMinAggregation, getMissingAggregation, getPercentileRanksAggregation, getPercentilesAggregation, getRangeAggregation, getScriptedMetricAggregation, getSignificantTermsAggregation, getStatsAggregation, getSumAggregation, getTermsAggregation, getTopHitsAggregation, getTopHitsAggregation, getValueCountAggregation
-
-