Uses of Class
com.cloudera.crunch.type.writable.TupleWritable

Packages that use TupleWritable
com.cloudera.crunch.lib   
com.cloudera.crunch.type.writable   
 

Uses of TupleWritable in com.cloudera.crunch.lib
 

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

Methods in com.cloudera.crunch.type.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 com.cloudera.crunch.type.writable with parameters of type TupleWritable
 int TupleWritable.compareTo(TupleWritable o)
           
 



Copyright © 2012. All Rights Reserved.