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

Uses of Class
org.apache.crunch.Tuple3

Packages that use Tuple3
org.apache.crunch   
org.apache.crunch.lib   
org.apache.crunch.types   
org.apache.crunch.types.avro   
org.apache.crunch.types.writable   
org.apache.crunch.util   
 

Uses of Tuple3 in org.apache.crunch
 

Methods in org.apache.crunch that return Tuple3
static
<A,B,C> Tuple3<A,B,C>
Tuple3.of(A a, B b, C c)
           
 

Methods in org.apache.crunch that return types with arguments of type Tuple3
 Iterable<Tuple3<A,B,C>> CombineFn.TripAggregator.results()
           
static
<K,A,B,C> CombineFn<K,Tuple3<A,B,C>>
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1, CombineFn.AggregatorFactory<B> a2, CombineFn.AggregatorFactory<C> a3)
           
 

Methods in org.apache.crunch with parameters of type Tuple3
 void CombineFn.TripAggregator.update(Tuple3<A,B,C> value)
           
 

Uses of Tuple3 in org.apache.crunch.lib
 

Methods in org.apache.crunch.lib that return types with arguments of type Tuple3
static
<T> PCollection<Tuple3<T,T,T>>
Set.comm(PCollection<T> coll1, PCollection<T> coll2)
          Find the elements that are common to two sets, like the Unix comm utility.
static
<V1,V2,V3> PCollection<Tuple3<V1,V2,V3>>
Sort.sortTriples(PCollection<Tuple3<V1,V2,V3>> collection, Sort.ColumnOrder... columnOrders)
          Sorts the PCollection of Tuple3s using the specified column ordering.
 

Method parameters in org.apache.crunch.lib with type arguments of type Tuple3
static
<V1,V2,V3> PCollection<Tuple3<V1,V2,V3>>
Sort.sortTriples(PCollection<Tuple3<V1,V2,V3>> collection, Sort.ColumnOrder... columnOrders)
          Sorts the PCollection of Tuple3s using the specified column ordering.
 

Uses of Tuple3 in org.apache.crunch.types
 

Fields in org.apache.crunch.types with type parameters of type Tuple3
static TupleFactory<Tuple3> TupleFactory.TUPLE3
           
 

Methods in org.apache.crunch.types that return types with arguments of type Tuple3
<V1,V2,V3> PType<Tuple3<V1,V2,V3>>
PTypeFamily.triples(PType<V1> p1, PType<V2> p2, PType<V3> p3)
           
 

Uses of Tuple3 in org.apache.crunch.types.avro
 

Methods in org.apache.crunch.types.avro that return types with arguments of type Tuple3
static
<V1,V2,V3> AvroType<Tuple3<V1,V2,V3>>
Avros.triples(PType<V1> p1, PType<V2> p2, PType<V3> p3)
           
<V1,V2,V3> PType<Tuple3<V1,V2,V3>>
AvroTypeFamily.triples(PType<V1> p1, PType<V2> p2, PType<V3> p3)
           
 

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

Methods in org.apache.crunch.types.writable that return types with arguments of type Tuple3
static
<V1,V2,V3> WritableType<Tuple3<V1,V2,V3>,TupleWritable>
Writables.triples(PType<V1> p1, PType<V2> p2, PType<V3> p3)
           
<V1,V2,V3> PType<Tuple3<V1,V2,V3>>
WritableTypeFamily.triples(PType<V1> p1, PType<V2> p2, PType<V3> p3)
           
 

Uses of Tuple3 in org.apache.crunch.util
 

Methods in org.apache.crunch.util that return types with arguments of type Tuple3
 Iterator<Tuple3<A,B,C>> Tuples.TripIterable.iterator()
           
 



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