Interface AggregationBuilder<A extends Aggregation>

All Known Implementing Classes:
AvgAggregation.Builder, CountAggregation.Builder, SumAggregation.Builder

@InternalExtensionOnly public interface AggregationBuilder<A extends Aggregation>
An interface to represent the builders which build and customize Aggregation for AggregationQuery.

Used by AggregationQuery.Builder.addAggregation(AggregationBuilder).

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      A build()