protected static class BTBroadCastExample.BroadcastSinkTask extends BBroadCastCompute<int[]>
Modifier | Constructor and Description |
---|---|
protected |
BroadcastSinkTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
broadcast(java.util.Iterator<int[]> content) |
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 broadcast(java.util.Iterator<int[]> content)
broadcast
in class BBroadCastCompute<int[]>