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 customizeAggregation
forAggregationQuery
.Used by
AggregationQuery.Builder.addAggregation(AggregationBuilder)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
build()
-
-
-
Method Detail
-
build
A build()
-
-