protected static class BTJoinExample.JoinSinkTask extends BJoinCompute<java.lang.Integer,int[],int[]>
| Modifier | Constructor and Description |
|---|---|
protected |
JoinSinkTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
join(java.util.Iterator<JoinedTuple<java.lang.Integer,int[],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 join(java.util.Iterator<JoinedTuple<java.lang.Integer,int[],int[]>> content)
join in class BJoinCompute<java.lang.Integer,int[],int[]>