protected static class BTReduceExample.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[] content) |
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecutepublic void prepare(Config cfg, TaskContext ctx)
INodepublic boolean reduce(int[] content)
reduce in class ReduceCompute<int[]>