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

Uses of Class
org.apache.crunch.types.TupleFactory

Packages that use TupleFactory
org.apache.crunch.lib.sort   
org.apache.crunch.types Common functionality for business object serialization. 
 

Uses of TupleFactory in org.apache.crunch.lib.sort
 

Constructors in org.apache.crunch.lib.sort with parameters of type TupleFactory
SortFns.TupleKeyFn(int[] indices, TupleFactory tupleFactory)
           
 

Uses of TupleFactory in org.apache.crunch.types
 

Fields in org.apache.crunch.types declared as TupleFactory
static TupleFactory<Pair> TupleFactory.PAIR
           
static TupleFactory<Tuple3> TupleFactory.TUPLE3
           
static TupleFactory<Tuple4> TupleFactory.TUPLE4
           
static TupleFactory<TupleN> TupleFactory.TUPLEN
           
 

Methods in org.apache.crunch.types that return TupleFactory
static
<T extends Tuple>
TupleFactory<T>
TupleFactory.create(Class<T> clazz, Class... typeArgs)
           
static
<T extends Tuple>
TupleFactory<T>
TupleFactory.getTupleFactory(Class<T> tupleClass)
          Get the TupleFactory for a given Tuple implementation.
 



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