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
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endExecute
public void prepare(Config cfg, TaskContext ctx)
INode
public boolean keyedGather(java.util.Iterator<Tuple<java.lang.Integer,int[]>> data)
keyedGather
in class KeyedGatherCompute<java.lang.Integer,int[]>