All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, ToXContent, ToXContentFragment
All Known Implementing Classes:
InternalSum, ParsedSum

public interface Sum extends NumericMetricsAggregation.SingleValue
An aggregation that computes the sum of the values in the current bucket.
  • Method Details

    • getValue

      double getValue()
      The sum.