protected static class BTKeyedGatherExample.KeyedGatherGroupedSinkTask extends BKeyedGatherGroupedCompute<java.lang.Integer,int[]>
| Modifier | Constructor and Description |
|---|---|
protected |
KeyedGatherGroupedSinkTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
keyedGather(java.util.Iterator<Tuple<java.lang.Integer,java.util.Iterator<int[]>>> content) |
void |
prepare(Config cfg,
TaskContext ctx)
Prepare the task to be executed
|
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecutepublic void prepare(Config cfg, TaskContext ctx)
INodepublic boolean keyedGather(java.util.Iterator<Tuple<java.lang.Integer,java.util.Iterator<int[]>>> content)
keyedGather in class BKeyedGatherGroupedCompute<java.lang.Integer,int[]>