public interface ChainedPartitionAggregatorDeclarer extends IChainedAggregatorDeclarer
Modifier and Type | Method and Description |
---|---|
ChainedPartitionAggregatorDeclarer |
partitionAggregate(Aggregator agg,
Fields functionFields) |
ChainedPartitionAggregatorDeclarer |
partitionAggregate(CombinerAggregator agg,
Fields functionFields) |
ChainedPartitionAggregatorDeclarer |
partitionAggregate(Fields inputFields,
Aggregator agg,
Fields functionFields) |
ChainedPartitionAggregatorDeclarer |
partitionAggregate(Fields inputFields,
CombinerAggregator agg,
Fields functionFields) |
ChainedPartitionAggregatorDeclarer |
partitionAggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields) |
ChainedPartitionAggregatorDeclarer |
partitionAggregate(ReducerAggregator agg,
Fields functionFields) |
chainEnd
ChainedPartitionAggregatorDeclarer partitionAggregate(Aggregator agg, Fields functionFields)
ChainedPartitionAggregatorDeclarer partitionAggregate(Fields inputFields, Aggregator agg, Fields functionFields)
ChainedPartitionAggregatorDeclarer partitionAggregate(CombinerAggregator agg, Fields functionFields)
ChainedPartitionAggregatorDeclarer partitionAggregate(Fields inputFields, CombinerAggregator agg, Fields functionFields)
ChainedPartitionAggregatorDeclarer partitionAggregate(ReducerAggregator agg, Fields functionFields)
ChainedPartitionAggregatorDeclarer partitionAggregate(Fields inputFields, ReducerAggregator agg, Fields functionFields)
Copyright © 2022 The Apache Software Foundation. All rights reserved.