| Interface | Description | 
|---|---|
| AggregationFunctionFactory | Interface of factory for creating  AggregationFunction. | 
| Class | Description | 
|---|---|
| AggregationFunction<T> | |
| MaxAggregationFunction<T extends Comparable<T>> | Implementation of  AggregationFunctionfor max operation. | 
| MaxAggregationFunction.MaxAggregationFunctionFactory | Factory for  MaxAggregationFunction. | 
| MinAggregationFunction<T extends Comparable<T>> | Implementations of  AggregationFunctionfor min operation. | 
| MinAggregationFunction.MinAggregationFunctionFactory | Factory for  MinAggregationFunction. | 
| SumAggregationFunction<T> | Definitions of sum functions for different numerical types. | 
| SumAggregationFunction.SumAggregationFunctionFactory | Factory for  SumAggregationFunction. | 
| Enum | Description | 
|---|---|
| Aggregations | Shortcuts for Aggregation factories. | 
| Exception | Description | 
|---|---|
| UnsupportedAggregationTypeException | Exception indicating an unsupported type was used for an aggregation. | 
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.