protected static class STAllGatherExample.AllGatherSinkTask extends AllGatherCompute<int[]>
Modifier | Constructor and Description |
---|---|
protected |
AllGatherSinkTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
allGather(java.util.Iterator<Tuple<java.lang.Integer,int[]>> itr) |
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 allGather(java.util.Iterator<Tuple<java.lang.Integer,int[]>> itr)
allGather
in class AllGatherCompute<int[]>