protected static class STReduceExample.ReduceSinkTask extends ReduceCompute<int[]>
| Modifier | Constructor and Description | 
|---|---|
| protected  | ReduceSinkTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | prepare(Config cfg,
       TaskContext ctx)Prepare the task to be executed | 
| boolean | reduce(int[] data) | 
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecutepublic void prepare(Config cfg, TaskContext ctx)
INodepublic boolean reduce(int[] data)
reduce in class ReduceCompute<int[]>