protected static class BTPartitionExample.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
|
executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendExecutepublic void prepare(Config cfg, TaskContext ctx)
INodepublic boolean partition(java.util.Iterator<int[]> content)
partition in class BPartitionCompute<int[]>