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