Interface Avg

All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, ToXContent, ToXContentFragment
All Known Implementing Classes:
InternalAvg, ParsedAvg

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

    • getValue

      double getValue()
      The average value.