protected static class BTKeyedReduceExample.KeyedReduceSinkTask extends BKeyedReduceCompute<java.lang.Integer,int[]>
Modifier | Constructor and Description |
---|---|
protected |
KeyedReduceSinkTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
keyedReduce(java.util.Iterator<Tuple<java.lang.Integer,int[]>> content) |
void |
prepare(Config cfg,
TaskContext ctx)
Prepare the task to be executed
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endExecute
public void prepare(Config cfg, TaskContext ctx)
INode
public boolean keyedReduce(java.util.Iterator<Tuple<java.lang.Integer,int[]>> content)
keyedReduce
in class BKeyedReduceCompute<java.lang.Integer,int[]>