Class ExecOpIndexNestedLoopsJoinBRTPF
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBaseWithBatching
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,BRTPFServer>
 
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithTPFRequests<BRTPFServer>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpIndexNestedLoopsJoinBRTPF
- All Implemented Interfaces:
 StatsProvider,ExecutableOperator,UnaryExecutableOp
public class ExecOpIndexNestedLoopsJoinBRTPF
extends BaseForExecOpIndexNestedLoopsJoinWithTPFRequests<BRTPFServer>
- 
Nested Class Summary
Nested classes/interfaces inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSink, BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin - 
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
DEFAULT_BATCH_SIZE, fm, numberOfOutputMappingsProduced, numberOfRequestOpsUsed, query, statsOfLastReqOp, useOuterJoinSemanticsFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBaseWithBatching
batchSize, collectedInputSolMapsFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
collectExceptions - 
Constructor Summary
ConstructorsConstructorDescriptionExecOpIndexNestedLoopsJoinBRTPF(TriplePattern query, BRTPFServer fm, boolean useOuterJoinSemantics, boolean collectExceptions)  - 
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithTPFRequests
createExecutableRequestOperator, createRequestMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
_concludeExecution, _processBatch, createProcessor, createStats, initiateProcessing, initiateProcessing, resetStatsMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBaseWithBatching
_concludeExecution, _processMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
_process, concludeExecution, getStats, process, processMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
getExceptionsCaughtDuringExecution, recordExceptionCaughtDuringExecutionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.ExecutableOperator
getExceptionsCaughtDuringExecution 
- 
Constructor Details
- 
ExecOpIndexNestedLoopsJoinBRTPF
public ExecOpIndexNestedLoopsJoinBRTPF(TriplePattern query, BRTPFServer fm, boolean useOuterJoinSemantics, boolean collectExceptions)  
 - 
 - 
Method Details
- 
createRequestOperator
- Specified by:
 createRequestOperatorin classBaseForExecOpIndexNestedLoopsJoinWithTPFRequests<BRTPFServer>
 
 -