public class ParallelJoinCursor extends LookAheadIteration<BindingSet,QueryEvaluationException> implements Runnable
| Constructor and Description | 
|---|
| ParallelJoinCursor(EvaluationStrategy strategy,
                  CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
                  TupleExpr rightArg) | 
| 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 ParallelJoinCursor(EvaluationStrategy strategy, CloseableIteration<BindingSet,QueryEvaluationException> leftIter, TupleExpr rightArg) 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.