protected static class BTPartitionKeyedExample.BKeyedPartitionSinkTask extends BKeyedPartitionCompute<java.lang.Integer,int[]>
| Modifier | Constructor and Description |
|---|---|
protected |
BKeyedPartitionSinkTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
keyedPartition(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 keyedPartition(java.util.Iterator<Tuple<java.lang.Integer,int[]>> content)
keyedPartition in class BKeyedPartitionCompute<java.lang.Integer,int[]>