protected static class STKeyedGatherExample.KeyedGatherSinkTask extends KeyedGatherCompute<java.lang.Integer,int[]>
| Modifier | Constructor and Description |
|---|---|
protected |
KeyedGatherSinkTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
keyedGather(java.util.Iterator<Tuple<java.lang.Integer,int[]>> data) |
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,int[]>> data)
keyedGather in class KeyedGatherCompute<java.lang.Integer,int[]>