This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.CombineFn.AggregatorFactory (Apache Crunch 0.3.0-incubating API)

Uses of Interface
org.apache.crunch.CombineFn.AggregatorFactory

Packages that use CombineFn.AggregatorFactory
org.apache.crunch   
 

Uses of CombineFn.AggregatorFactory in org.apache.crunch
 

Fields in org.apache.crunch declared as CombineFn.AggregatorFactory
static CombineFn.AggregatorFactory<BigInteger> CombineFn.MAX_BIGINTS
           
static CombineFn.AggregatorFactory<Double> CombineFn.MAX_DOUBLES
           
static CombineFn.AggregatorFactory<Float> CombineFn.MAX_FLOATS
           
static CombineFn.AggregatorFactory<Integer> CombineFn.MAX_INTS
           
static CombineFn.AggregatorFactory<Long> CombineFn.MAX_LONGS
           
static CombineFn.AggregatorFactory<BigInteger> CombineFn.MIN_BIGINTS
           
static CombineFn.AggregatorFactory<Double> CombineFn.MIN_DOUBLES
           
static CombineFn.AggregatorFactory<Float> CombineFn.MIN_FLOATS
           
static CombineFn.AggregatorFactory<Integer> CombineFn.MIN_INTS
           
static CombineFn.AggregatorFactory<Long> CombineFn.MIN_LONGS
           
static CombineFn.AggregatorFactory<BigInteger> CombineFn.SUM_BIGINTS
           
static CombineFn.AggregatorFactory<Double> CombineFn.SUM_DOUBLES
           
static CombineFn.AggregatorFactory<Float> CombineFn.SUM_FLOATS
           
static CombineFn.AggregatorFactory<Integer> CombineFn.SUM_INTS
           
static CombineFn.AggregatorFactory<Long> CombineFn.SUM_LONGS
           
 

Methods in org.apache.crunch with parameters of type CombineFn.AggregatorFactory
static
<K,V> CombineFn<K,V>
CombineFn.aggregatorFactory(CombineFn.AggregatorFactory<V> aggregator)
           
static
<K,V1,V2> CombineFn<K,Pair<V1,V2>>
CombineFn.pairAggregator(CombineFn.AggregatorFactory<V1> a1, CombineFn.AggregatorFactory<V2> a2)
           
static
<K,V1,V2> CombineFn<K,Pair<V1,V2>>
CombineFn.pairAggregator(CombineFn.AggregatorFactory<V1> a1, CombineFn.AggregatorFactory<V2> a2)
           
static
<K,A,B,C,D>
CombineFn<K,Tuple4<A,B,C,D>>
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3, CombineFn.AggregatorFactory<D> a4)
           
static
<K,A,B,C,D>
CombineFn<K,Tuple4<A,B,C,D>>
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3, CombineFn.AggregatorFactory<D> a4)
           
static
<K,A,B,C,D>
CombineFn<K,Tuple4<A,B,C,D>>
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3, CombineFn.AggregatorFactory<D> a4)
           
static
<K,A,B,C,D>
CombineFn<K,Tuple4<A,B,C,D>>
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3, CombineFn.AggregatorFactory<D> a4)
           
static
<K,A,B,C> CombineFn<K,Tuple3<A,B,C>>
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3)
           
static
<K,A,B,C> CombineFn<K,Tuple3<A,B,C>>
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3)
           
static
<K,A,B,C> CombineFn<K,Tuple3<A,B,C>>
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3)
           
static
<K> CombineFn<K,TupleN>
CombineFn.tupleAggregator(CombineFn.AggregatorFactory<?>... factories)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.