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