Class ProportionalSumAggregation.Histogram

    • Field Summary

      • Fields inherited from class io.searchbox.core.search.aggregation.Bucket

        count
      • Fields inherited from class io.searchbox.core.search.aggregation.Aggregation

        jsonRoot, name
    • 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.Bucket

        getCount
      • 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
      • Methods inherited from class io.searchbox.core.search.aggregation.Aggregation

        getName
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKey

        public java.lang.Long getKey()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class io.searchbox.core.search.aggregation.Bucket
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.searchbox.core.search.aggregation.Bucket