Class FederatedDescribeIteration
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
-
- org.eclipse.rdf4j.common.iteration.LookAheadIteration<BindingSet,QueryEvaluationException>
-
- org.eclipse.rdf4j.query.algebra.evaluation.iterator.DescribeIteration
-
- org.eclipse.rdf4j.federated.evaluation.iterator.FederatedDescribeIteration
-
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<BindingSet,QueryEvaluationException>
,Iteration<BindingSet,QueryEvaluationException>
@Deprecated(since="4.1.0") public class FederatedDescribeIteration extends DescribeIteration
Deprecated.SpecializedDescribeIteration
for evaluation of DESCRIBE queries in the federation. ‚- Author:
- Andreas Schwarte
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.query.algebra.evaluation.iterator.DescribeIteration
parentBindings, VARNAME_OBJECT, VARNAME_PREDICATE, VARNAME_SUBJECT
-
-
Constructor Summary
Constructors Constructor Description FederatedDescribeIteration(Iteration<BindingSet,QueryEvaluationException> sourceIter, FederationEvalStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings, QueryInfo queryInfo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>
createNextIteration(Value subject, Value object)
Deprecated.protected void
handleClose()
Deprecated.Called byAbstractCloseableIteration.close()
when it is called for the first time.-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.iterator.DescribeIteration
getNextElement
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.LookAheadIteration
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
-
-
-
-
Constructor Detail
-
FederatedDescribeIteration
@Deprecated(since="4.1.0", forRemoval=true) public FederatedDescribeIteration(Iteration<BindingSet,QueryEvaluationException> sourceIter, FederationEvalStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings, QueryInfo queryInfo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
createNextIteration
protected CloseableIteration<BindingSet,QueryEvaluationException> createNextIteration(Value subject, Value object) throws QueryEvaluationException
Deprecated.- Overrides:
createNextIteration
in classDescribeIteration
- Throws:
QueryEvaluationException
-
handleClose
protected void handleClose() throws QueryEvaluationException
Deprecated.Description copied from class:AbstractCloseableIteration
Called 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.- Overrides:
handleClose
in classLookAheadIteration<BindingSet,QueryEvaluationException>
- Throws:
QueryEvaluationException
-
-