| 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 |
NullableNumericAggregateCombiner<T>
Null-aware numeric
AggregateCombiner. |
class |
ObjectAggregateCombiner<T>
Specialization of
AggregateCombiner for object aggregations. |
| Modifier and Type | Method and Description |
|---|---|
AggregateCombiner |
LongSumAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
FloatSumAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
SuppressedAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
DoubleSumAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
CountAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
LongMinAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
FloatMinAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
HistogramAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
DoubleMinAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
FilteredAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
AggregatorFactory.makeAggregateCombiner()
Creates an AggregateCombiner to fold rollup aggregation results from serveral "rows" of different indexes during
index merging.
|
AggregateCombiner |
DoubleMaxAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
JavaScriptAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
LongMaxAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
FloatMaxAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
AggregatorFactory.makeNullableAggregateCombiner()
Creates an
AggregateCombiner which supports nullability. |
AggregateCombiner |
NullableNumericAggregatorFactory.makeNullableAggregateCombiner() |
| Constructor and Description |
|---|
NullableNumericAggregateCombiner(AggregateCombiner<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
AggregateCombiner |
FloatAnyAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
LongAnyAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
DoubleAnyAggregatorFactory.makeAggregateCombiner() |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperLogLogCollectorAggregateCombiner |
| Modifier and Type | Method and Description |
|---|---|
AggregateCombiner |
CardinalityAggregatorFactory.makeAggregateCombiner() |
| Modifier and Type | Class and Description |
|---|---|
class |
StringFirstAggregateCombiner |
| Modifier and Type | Method and Description |
|---|---|
AggregateCombiner |
DoubleFirstAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
FloatFirstAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
StringFirstAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
LongFirstAggregatorFactory.makeAggregateCombiner() |
| Modifier and Type | Method and Description |
|---|---|
AggregateCombiner |
HyperUniquesAggregatorFactory.makeAggregateCombiner() |
| Modifier and Type | Class and Description |
|---|---|
class |
StringLastAggregateCombiner |
| Modifier and Type | Method and Description |
|---|---|
AggregateCombiner |
DoubleLastAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
StringLastAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
FloatLastAggregatorFactory.makeAggregateCombiner() |
AggregateCombiner |
LongLastAggregatorFactory.makeAggregateCombiner() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.