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
|
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecutepublic void prepare(Config cfg, TaskContext ctx)
INodepublic boolean keyedReduce(java.util.Iterator<Tuple<java.lang.Integer,int[]>> content)
keyedReduce in class BKeyedReduceCompute<java.lang.Integer,int[]>