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

Uses of Class
org.apache.crunch.types.writable.TupleWritable

Packages that use TupleWritable
org.apache.crunch.lib.join   
org.apache.crunch.types.writable   
 

Uses of TupleWritable in org.apache.crunch.lib.join
 

Methods in org.apache.crunch.lib.join with parameters of type TupleWritable
 int JoinUtils.TupleWritableComparator.compare(TupleWritable o1, TupleWritable o2)
           
 int JoinUtils.TupleWritablePartitioner.getPartition(TupleWritable key, org.apache.hadoop.io.Writable value, int numPartitions)
           
 

Uses of TupleWritable in org.apache.crunch.types.writable
 

Methods in org.apache.crunch.types.writable that return types with arguments of type TupleWritable
static
<V1,V2> WritableType<Pair<V1,V2>,TupleWritable>
Writables.pairs(PType<V1> p1, PType<V2> p2)
           
static
<V1,V2,V3,V4>
WritableType<Tuple4<V1,V2,V3,V4>,TupleWritable>
Writables.quads(PType<V1> p1, PType<V2> p2, PType<V3> p3, PType<V4> p4)
           
static
<V1,V2,V3> WritableType<Tuple3<V1,V2,V3>,TupleWritable>
Writables.triples(PType<V1> p1, PType<V2> p2, PType<V3> p3)
           
static WritableType<TupleN,TupleWritable> Writables.tuples(PType... ptypes)
           
 

Methods in org.apache.crunch.types.writable with parameters of type TupleWritable
 int TupleWritable.compareTo(TupleWritable o)
           
 



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