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