Package org.opennms.netmgt.flows.elastic
Class ProportionalSumAggregation.DateHistogram
- 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
-
- org.opennms.netmgt.flows.elastic.ProportionalSumAggregation.DateHistogram
-
- Enclosing class:
- ProportionalSumAggregation
public class ProportionalSumAggregation.DateHistogram extends ProportionalSumAggregation.Histogram
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.Long
getTime()
java.lang.String
getTimeAsString()
java.lang.Double
getValue()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.opennms.netmgt.flows.elastic.ProportionalSumAggregation.Histogram
getKey
-
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
-
-
-
-
Method Detail
-
getTime
public java.lang.Long getTime()
-
getTimeAsString
public java.lang.String getTimeAsString()
-
getValue
public java.lang.Double getValue()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classProportionalSumAggregation.Histogram
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classProportionalSumAggregation.Histogram
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-