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

Uses of Class
org.apache.crunch.TupleN

Packages that use TupleN
org.apache.crunch   
org.apache.crunch.lib   
org.apache.crunch.types   
org.apache.crunch.types.avro   
org.apache.crunch.types.writable   
org.apache.crunch.util   
 

Uses of TupleN in org.apache.crunch
 

Methods in org.apache.crunch that return types with arguments of type TupleN
 Iterable<TupleN> CombineFn.TupleNAggregator.results()
           
static
<K> CombineFn<K,TupleN>
CombineFn.tupleAggregator(CombineFn.AggregatorFactory<?>... factories)
           
 

Methods in org.apache.crunch with parameters of type TupleN
 void CombineFn.TupleNAggregator.update(TupleN value)
           
 

Uses of TupleN in org.apache.crunch.lib
 

Methods in org.apache.crunch.lib that return types with arguments of type TupleN
static PCollection<TupleN> Sort.sortTuples(PCollection<TupleN> collection, Sort.ColumnOrder... columnOrders)
          Sorts the PCollection of TupleNs using the specified column ordering.
 

Method parameters in org.apache.crunch.lib with type arguments of type TupleN
static PCollection<TupleN> Sort.sortTuples(PCollection<TupleN> collection, Sort.ColumnOrder... columnOrders)
          Sorts the PCollection of TupleNs using the specified column ordering.
 

Uses of TupleN in org.apache.crunch.types
 

Fields in org.apache.crunch.types with type parameters of type TupleN
static TupleFactory<TupleN> TupleFactory.TUPLEN
           
 

Methods in org.apache.crunch.types that return types with arguments of type TupleN
 PType<TupleN> PTypeFamily.tuples(PType<?>... ptypes)
           
 

Uses of TupleN in org.apache.crunch.types.avro
 

Methods in org.apache.crunch.types.avro that return types with arguments of type TupleN
static AvroType<TupleN> Avros.tuples(PType... ptypes)
           
 PType<TupleN> AvroTypeFamily.tuples(PType<?>... ptypes)
           
 

Uses of TupleN in org.apache.crunch.types.writable
 

Methods in org.apache.crunch.types.writable that return types with arguments of type TupleN
static WritableType<TupleN,TupleWritable> Writables.tuples(PType... ptypes)
           
 PType<TupleN> WritableTypeFamily.tuples(PType<?>... ptypes)
           
 

Uses of TupleN in org.apache.crunch.util
 

Methods in org.apache.crunch.util that return types with arguments of type TupleN
 Iterator<TupleN> Tuples.TupleNIterable.iterator()
           
 



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