Interface AggregationBuilder<A extends Aggregation>
-
- All Known Implementing Classes:
AvgAggregation.Builder,CountAggregation.Builder,SumAggregation.Builder
public interface AggregationBuilder<A extends Aggregation>An interface to represent the builders which build and customizeAggregationforAggregationQuery.Used by
AggregationQuery.Builder.addAggregation(AggregationBuilder).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Abuild()
-
-
-
Method Detail
-
build
A build()
-
-