Uses of Class
com.cloudera.crunch.TupleN

Packages that use TupleN
com.cloudera.crunch   
com.cloudera.crunch.lib   
com.cloudera.crunch.type   
com.cloudera.crunch.type.avro   
com.cloudera.crunch.type.writable   
com.cloudera.crunch.util   
 

Uses of TupleN in com.cloudera.crunch
 

Methods in com.cloudera.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 com.cloudera.crunch with parameters of type TupleN
 void CombineFn.TupleNAggregator.update(TupleN value)
           
 

Uses of TupleN in com.cloudera.crunch.lib
 

Methods in com.cloudera.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 com.cloudera.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 com.cloudera.crunch.type
 

Fields in com.cloudera.crunch.type with type parameters of type TupleN
static TupleFactory<TupleN> TupleFactory.TUPLEN
           
 

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

Uses of TupleN in com.cloudera.crunch.type.avro
 

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

Uses of TupleN in com.cloudera.crunch.type.writable
 

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

Uses of TupleN in com.cloudera.crunch.util
 

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



Copyright © 2012. All Rights Reserved.