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