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

Uses of Class
org.apache.crunch.TupleN

Packages that use TupleN
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.lib Joining, sorting, aggregating, and other commonly used functionality. 
org.apache.crunch.types Common functionality for business object serialization. 
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
org.apache.crunch.types.writable Business object serialization using Hadoop's Writables framework. 
org.apache.crunch.util An assorted set of utilities. 
 

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.