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

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

Packages that use TupleFactory
org.apache.crunch.types   
 

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