protected static class BTDirectExample.PartitionSinkTask extends BPartitionCompute<int[]>
Modifier | Constructor and Description |
---|---|
protected |
PartitionSinkTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
partition(java.util.Iterator<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 partition(java.util.Iterator<int[]> content)
partition
in class BPartitionCompute<int[]>