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

Uses of Class
org.apache.crunch.TupleN

Packages that use TupleN
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.contrib.text   
org.apache.crunch.fn Commonly used functions for manipulating collections. 
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 TupleN
static TupleN TupleN.of(Object... values)
           
 

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

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

Uses of TupleN in org.apache.crunch.contrib.text
 

Methods in org.apache.crunch.contrib.text that return types with arguments of type TupleN
static Extractor<TupleN> Extractors.xtupleN(TokenizerFactory scannerFactory, Extractor... extractors)
          Returns an Extractor for an arbitrary number of types that uses the given TokenizerFactory for parsing the sub-fields.
 

Uses of TupleN in org.apache.crunch.fn
 

Methods in org.apache.crunch.fn that return types with arguments of type TupleN
static Aggregator<TupleN> Aggregators.tupleAggregator(Aggregator<?>... aggregators)
          Apply separate aggregators to each component of a Tuple.
 

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 © 2013 The Apache Software Foundation. All Rights Reserved.