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() |
void |
handleClose() |
void |
run() |
String |
toString() |
hasNext, next, removeclose, isClosedpublic ParallelLeftJoinCursor(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionpublic BindingSet getNextElement() throws QueryEvaluationException
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionpublic void handleClose()
throws QueryEvaluationException
handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.