Methods in org.apache.crunch with parameters of type CombineFn.AggregatorFactory |
static
|
CombineFn.aggregatorFactory(CombineFn.AggregatorFactory<V> aggregator)
Deprecated. Use PGroupedTable.combineValues(Aggregator) which doesn't require a factory. |
static
|
CombineFn.pairAggregator(CombineFn.AggregatorFactory<V1> a1,
CombineFn.AggregatorFactory<V2> a2)
Deprecated. Use Aggregators.pairAggregator(Aggregator, Aggregator) |
static
|
CombineFn.pairAggregator(CombineFn.AggregatorFactory<V1> a1,
CombineFn.AggregatorFactory<V2> a2)
Deprecated. Use Aggregators.pairAggregator(Aggregator, Aggregator) |
static
|
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3,
CombineFn.AggregatorFactory<D> a4)
Deprecated. Use Aggregators.quadAggregator(Aggregator, Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3,
CombineFn.AggregatorFactory<D> a4)
Deprecated. Use Aggregators.quadAggregator(Aggregator, Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3,
CombineFn.AggregatorFactory<D> a4)
Deprecated. Use Aggregators.quadAggregator(Aggregator, Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3,
CombineFn.AggregatorFactory<D> a4)
Deprecated. Use Aggregators.quadAggregator(Aggregator, Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3)
Deprecated. Use Aggregators.tripAggregator(Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3)
Deprecated. Use Aggregators.tripAggregator(Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3)
Deprecated. Use Aggregators.tripAggregator(Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.tupleAggregator(CombineFn.AggregatorFactory<?>... factories)
Deprecated. Use Aggregators.tupleAggregator(Aggregator...) |