|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.relation.rule.eval.pipeline.JoinTaskSink
public class JoinTaskSink
An object used by a JoinTask to write on another JoinTask
providing a sink for a specific index partition.
| Field Summary | |
|---|---|
protected static boolean |
DEBUG
True iff the log level is DEBUG or less. |
protected static boolean |
INFO
True iff the log level is INFO or less. |
protected static org.apache.log4j.Logger |
log
|
| Constructor Summary | |
|---|---|
JoinTaskSink(IBigdataFederation fed,
PartitionLocator locator,
JoinTask sourceJoinTask)
Setups up the local buffers for a downstream JoinTask. |
|
| Method Summary | |
|---|---|
Future |
getFuture()
The Future of the downstream JoinTask. |
protected void |
setFuture(Future f)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger log
protected static final boolean INFO
log level is INFO or less.
protected static final boolean DEBUG
log level is DEBUG or less.
| Constructor Detail |
|---|
public JoinTaskSink(IBigdataFederation fed,
PartitionLocator locator,
JoinTask sourceJoinTask)
JoinTask.
Note: The caller MUST create the task using a factory pattern on the
target data service and assign its future to the returned object
using setFuture(Future).
fed - The federation.locator - The locator for the index partition.sourceJoinTask - The current join dimension.| Method Detail |
|---|
public Future getFuture()
Future of the downstream JoinTask. This may be
used to cancel or interrupt that JoinTask.
protected void setFuture(Future f)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||