public class JoinTaskSink extends Object
JoinTask
to write on another JoinTask
providing a sink for a specific index partition.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
JoinTaskSink(IBigdataFederation fed,
PartitionLocator locator,
JoinTask sourceJoinTask)
Setups up the local buffers for a downstream
JoinTask . |
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.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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.