cascading.pipe.cogroup
Class CoGroupClosure
java.lang.Object
cascading.pipe.cogroup.GroupClosure
cascading.pipe.cogroup.CoGroupClosure
public class CoGroupClosure
- extends GroupClosure
Class CoGroupClosure ...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPILL_THRESHOLD
public static final String SPILL_THRESHOLD
- See Also:
- Constant Field Values
CoGroupClosure
public CoGroupClosure(JobConf jobConf,
int repeat,
Fields[] groupingFields,
Fields[] valueFields,
Tuple key,
Iterator values)
size
public int size()
- Overrides:
size in class GroupClosure
getIterator
public Iterator<Tuple> getIterator(int pos)
- Overrides:
getIterator in class GroupClosure
getGroup
public SpillableTupleList getGroup(int pos)
build
public void build(JobConf jobConf,
int repeat)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.