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

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

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

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


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

Constructor Detail

Tuple4.Collect

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

derived

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


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