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
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endExecute
public void prepare(Config cfg, TaskContext ctx)
INode
public boolean keyedPartition(java.util.Iterator<Tuple<java.lang.Integer,int[]>> content)
keyedPartition
in class BKeyedPartitionCompute<java.lang.Integer,int[]>