public static class TeraSort.Receiver extends BKeyedGatherUnGroupedCompute<byte[],byte[]> implements ISink
Constructor and Description |
---|
Receiver() |
Modifier and Type | Method and Description |
---|---|
boolean |
keyedGather(java.util.Iterator<Tuple<byte[],byte[]>> 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 keyedGather(java.util.Iterator<Tuple<byte[],byte[]>> content)
keyedGather
in class BKeyedGatherUnGroupedCompute<byte[],byte[]>