This project has retired. For details please refer to its
Attic page.
Tuple4.Collect (Apache Crunch 0.8.0 API)
org.apache.crunch
Class Tuple4.Collect<V1,V2,V3,V4>
java.lang.Object
org.apache.crunch.Tuple4<Collection<V1>,Collection<V2>,Collection<V3>,Collection<V4>>
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>>
Tuple4.Collect
public Tuple4.Collect(Collection<V1> first,
Collection<V2> second,
Collection<V3> third,
Collection<V4> fourth)
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 © 2013 The Apache Software Foundation. All Rights Reserved.