This project has retired. For details please refer to its Attic page.
Tuple3.Collect (Apache Crunch 0.10.0 API)

org.apache.crunch
Class Tuple3.Collect<V1,V2,V3>

java.lang.Object
  extended by org.apache.crunch.Tuple3<Collection<V1>,Collection<V2>,Collection<V3>>
      extended by org.apache.crunch.Tuple3.Collect<V1,V2,V3>
All Implemented Interfaces:
Tuple
Enclosing class:
Tuple3<V1,V2,V3>

public static class Tuple3.Collect<V1,V2,V3>
extends Tuple3<Collection<V1>,Collection<V2>,Collection<V3>>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.crunch.Tuple3
Tuple3.Collect<V1,V2,V3>
 
Constructor Summary
Tuple3.Collect(Collection<V1> first, Collection<V2> second, Collection<V3> third)
           
 
Method Summary
static
<V1,V2,V3> PType<Tuple3.Collect<V1,V2,V3>>
derived(PType<V1> first, PType<V2> second, PType<V3> third)
           
 
Methods inherited from class org.apache.crunch.Tuple3
equals, first, get, hashCode, of, second, size, third, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tuple3.Collect

public Tuple3.Collect(Collection<V1> first,
                      Collection<V2> second,
                      Collection<V3> third)
Method Detail

derived

public static <V1,V2,V3> PType<Tuple3.Collect<V1,V2,V3>> derived(PType<V1> first,
                                                                 PType<V2> second,
                                                                 PType<V3> third)


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