public class ParallelLeftJoinCursor extends LookAheadIteration<BindingSet,QueryEvaluationException> implements Runnable
AlternativeCursor, then evaluate as a
 ParallelJoinCursor.| Constructor and Description | 
|---|
| ParallelLeftJoinCursor(EvaluationStrategy strategy,
                      LeftJoin join,
                      BindingSet bindings) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingSet | getNextElement()Gets the next element. | 
| void | handleClose()Called by  AbstractCloseableIteration.close()when it is called for the first time. | 
| void | run() | 
| String | toString() | 
hasNext, next, removeclose, isClosedpublic ParallelLeftJoinCursor(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionpublic BindingSet getNextElement() throws QueryEvaluationException
LookAheadIterationgetNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionpublic void handleClose()
                 throws QueryEvaluationException
AbstractCloseableIterationAbstractCloseableIteration.close() when it is called for the first time. This method is only called once on each iteration.
 By default, this method does nothing.handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.