Interface NumericMetricsAggregation.SingleValue

All Superinterfaces:
Aggregation, NumericMetricsAggregation, ToXContent, ToXContentFragment
All Known Subinterfaces:
Avg, BucketMetricValue, Cardinality, MedianAbsoluteDeviation, SimpleValue, ValueCount, WeightedAvg
All Known Implementing Classes:
InternalAvg, InternalBucketMetricValue, InternalCardinality, InternalMedianAbsoluteDeviation, InternalNumericMetricsAggregation.SingleValue, InternalSimpleValue, InternalValueCount, InternalWeightedAvg, Max, Min, Sum
Enclosing interface:
NumericMetricsAggregation

public static interface NumericMetricsAggregation.SingleValue extends NumericMetricsAggregation
  • Method Details

    • value

      double value()
    • getValueAsString

      String getValueAsString()