Class StatementConversionIteration
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet>
org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
- All Implemented Interfaces:
AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>
Converts Statement iteration (i.e. RepositoryResult) into the corresponding binding set. Note that exceptions are
converted appropriately as well.
- Author:
- Andreas Schwarte
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BindingSetprotected final RepositoryResult<Statement> protected final StatementPatternprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from interface CloseableIteration
EMPTY_STATEMENT_ITERATION -
Constructor Summary
ConstructorsConstructorDescriptionStatementConversionIteration(RepositoryResult<Statement> repoResult, BindingSet bindings, StatementPattern stmt) -
Method Summary
Modifier and TypeMethodDescriptionprotected BindingSetprotected QueryEvaluationExceptionprotected voidCalled byAbstractCloseableIteration.close()when it is called for the first time.booleanhasNext()protected voidinit()next()voidremove()Methods inherited from class AbstractCloseableIteration
close, isClosedModifier and TypeMethodDescriptionfinal voidclose()CallsAbstractCloseableIteration.handleClose()upon first call and makes sure the resource closures are only executed once.final booleanisClosed()Checks whether this CloseableIteration has been closed.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
streamModifier and TypeMethodDescriptiondefault Stream<BindingSet> stream()Convert the results to a Java 8 Stream.Methods inherited from interface Iterator
forEachRemaining
-
Field Details
-
repoResult
-
bindings
-
stmt
-
updateSubj
protected boolean updateSubj -
updatePred
protected boolean updatePred -
updateObj
protected boolean updateObj -
updateContext
protected boolean updateContext
-
-
Constructor Details
-
StatementConversionIteration
public StatementConversionIteration(RepositoryResult<Statement> repoResult, BindingSet bindings, StatementPattern stmt)
-
-
Method Details
-
init
protected void init() -
hasNext
- Throws:
QueryEvaluationException
-
next
- Throws:
QueryEvaluationException
-
remove
- Throws:
QueryEvaluationException
-
handleClose
Description copied from class:AbstractCloseableIterationCalled byAbstractCloseableIteration.close()when it is called for the first time. This method is only called once on each iteration. By default, this method does nothing.- Specified by:
handleClosein classAbstractCloseableIteration<BindingSet>- Throws:
QueryEvaluationException
-
convert
-
convertException
-