| Modifier and Type | Class and Description | 
|---|---|
class  | 
DoubleAggregateCombiner
Specialization of  
AggregateCombiner for primitive double aggregations. | 
class  | 
LongAggregateCombiner
Specialization of  
AggregateCombiner for primitive long aggregations. | 
class  | 
LongSumAggregateCombiner  | 
class  | 
ObjectAggregateCombiner<T>
Specialization of  
AggregateCombiner for object aggregations. | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
TimestampAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
LongSumAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
LongMinAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
LongMaxAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
JavaScriptAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
HistogramAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
FloatSumAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
FloatMinAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
FloatMaxAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
FilteredAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
DoubleSumAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
DoubleMinAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
DoubleMaxAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
CountAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
AggregatorFactory.makeAggregateCombiner()
Creates an AggregateCombiner to fold rollup aggregation results from serveral "rows" of different indexes during
 index merging. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HyperLogLogCollectorAggregateCombiner  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
CardinalityAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
SketchAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
DistinctCountAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
LongFirstAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
FloatFirstAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
DoubleFirstAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
ApproximateHistogramAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
HyperUniquesAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
LongLastAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
FloatLastAggregatorFactory.makeAggregateCombiner()  | 
AggregateCombiner | 
DoubleLastAggregatorFactory.makeAggregateCombiner()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateCombiner | 
VarianceAggregatorFactory.makeAggregateCombiner()  | 
Copyright © 2011–2018. All rights reserved.