Class InsertBindingsIteration
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<T,X>
-
- org.eclipse.rdf4j.common.iteration.ConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
-
- org.eclipse.rdf4j.federated.evaluation.iterator.InsertBindingsIteration
-
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<BindingSet,QueryEvaluationException>
,Iteration<BindingSet,QueryEvaluationException>
@Deprecated(since="4.1.0") public class InsertBindingsIteration extends ConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
Deprecated.Inserts original bindings into the result.- Author:
- Andreas Schwarte
-
-
Field Summary
Fields Modifier and Type Field Description protected BindingSet
bindings
Deprecated.
-
Constructor Summary
Constructors Constructor Description InsertBindingsIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet bindings)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected BindingSet
convert(BindingSet bIn)
Deprecated.Converts a source type object to a target type object.-
Methods inherited from class org.eclipse.rdf4j.common.iteration.ConvertingIteration
handleClose, hasNext, next, remove
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
stream
-
-
-
-
Field Detail
-
bindings
protected final BindingSet bindings
Deprecated.
-
-
Constructor Detail
-
InsertBindingsIteration
public InsertBindingsIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet bindings)
Deprecated.
-
-
Method Detail
-
convert
protected BindingSet convert(BindingSet bIn) throws QueryEvaluationException
Deprecated.Description copied from class:ConvertingIteration
Converts a source type object to a target type object.- Specified by:
convert
in classConvertingIteration<BindingSet,BindingSet,QueryEvaluationException>
- Throws:
QueryEvaluationException
-
-