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
|
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecutepublic void prepare(Config cfg, TaskContext ctx)
INodepublic boolean allGather(java.util.Iterator<Tuple<java.lang.Integer,int[]>> itr)
allGather in class AllGatherCompute<int[]>