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) |
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endExecute
public void prepare(Config cfg, TaskContext ctx)
INode
public boolean reduce(int[] content)
reduce
in class ReduceCompute<int[]>