protected static class STBroadCastExample.BroadCastSinkTask extends SBroadCastCompute<int[]>
| Modifier | Constructor and Description |
|---|---|
protected |
BroadCastSinkTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
broadcast(int[] data) |
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(int[] data)
broadcast in class SBroadCastCompute<int[]>