AggregatorFactory |
TimestampAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongSumAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongMinAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongMaxAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
JavaScriptAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleSumAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleMinAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleMaxAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
AggregatorFactory.getMergingFactory(AggregatorFactory other)
Returns an AggregatorFactory that can be used to merge the output of aggregators from this factory and
other factory.
|