Uses of Interface
org.eclipse.rdf4j.common.iteration.CloseableIteration
-
-
Uses of CloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
Classes in org.eclipse.rdf4j.common.concurrent.locks that implement CloseableIteration Modifier and Type Class Description classLockingIteration<E,X extends java.lang.Exception>Deprecated.Methods in org.eclipse.rdf4j.common.concurrent.locks that return CloseableIteration Modifier and Type Method Description static <T,R extends java.lang.Exception>
CloseableIteration<T,R>LockingIteration. getInstance(Lock lock, CloseableIteration<T,R> iter)Deprecated.Methods in org.eclipse.rdf4j.common.concurrent.locks with parameters of type CloseableIteration Modifier and Type Method Description static <T,R extends java.lang.Exception>
CloseableIteration<T,R>LockingIteration. getInstance(Lock lock, CloseableIteration<T,R> iter)Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement CloseableIteration Modifier and Type Class Description classCleanerGraphQueryResultclassCleanerTupleQueryResult -
Uses of CloseableIteration in org.eclipse.rdf4j.common.iteration
Classes in org.eclipse.rdf4j.common.iteration that implement CloseableIteration Modifier and Type Class Description classAbstractCloseableIteration<E,X extends java.lang.Exception>Deprecated.classCloseableIteratorIteration<E,X extends java.lang.Exception>Deprecated.classConvertingIteration<S,T,X extends java.lang.Exception>Deprecated.classDelayedIteration<E,X extends java.lang.Exception>Deprecated.classDistinctIteration<E,X extends java.lang.Exception>Deprecated.classDualUnionIteration<E,X extends java.lang.Exception>Deprecated.classEmptyIteration<E,X extends java.lang.Exception>Deprecated.classExceptionConvertingIteration<E,X extends java.lang.Exception>Deprecated.classFilterIteration<E,X extends java.lang.Exception>Deprecated.classIntersectIteration<E,X extends java.lang.Exception>Deprecated.classIterationWrapper<E,X extends java.lang.Exception>Deprecated.classLimitIteration<E,X extends java.lang.Exception>Deprecated.classLookAheadIteration<E,X extends java.lang.Exception>Deprecated.classMinusIteration<E,X extends java.lang.Exception>Deprecated.classOffsetIteration<E,X extends java.lang.Exception>Deprecated.classQueueIteration<E,T extends java.lang.Exception>Deprecated.classReducedIteration<E,X extends java.lang.Exception>Deprecated.classSilentIteration<T,E extends java.lang.Exception>Deprecated.classSingletonIteration<E,X extends java.lang.Exception>Deprecated.classTimeLimitIteration<E,X extends java.lang.Exception>Deprecated.classUnionIteration<E,X extends java.lang.Exception>Deprecated.Fields in org.eclipse.rdf4j.common.iteration declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<T,E>CloseableIterationSpliterator. iterationprivate CloseableIteration<? extends E,X>DualUnionIteration. iteration1Deprecated.private CloseableIteration<? extends E,X>DualUnionIteration. iteration2Deprecated.Methods in org.eclipse.rdf4j.common.iteration that return CloseableIteration Modifier and Type Method Description static <E,X extends java.lang.Exception>
CloseableIteration<E,X>DualUnionIteration. getInstance(CloseableIteration<E,X> leftIteration, CloseableIteration<E,X> rightIteration)Deprecated.static <E,X extends java.lang.Exception>
CloseableIteration<? extends E,X>DualUnionIteration. getWildcardInstance(CloseableIteration<? extends E,X> leftIteration, CloseableIteration<? extends E,X> rightIteration)Deprecated.Methods in org.eclipse.rdf4j.common.iteration with parameters of type CloseableIteration Modifier and Type Method Description static <E,X extends java.lang.Exception,C extends java.util.Collection<E>>
CIterations. addAll(CloseableIteration<? extends E,X> iter, C collection)Deprecated.Adds all elements from the suppliedCloseableIterationto the specified collection then closes theCloseableIteration.static <E,X extends java.lang.Exception>
java.util.List<E>Iterations. asList(CloseableIteration<? extends E,X> iter)Deprecated.Get a List containing all elements obtained from the specified iteration.static <E,X extends java.lang.Exception>
java.util.Set<E>Iterations. asSet(CloseableIteration<? extends E,? extends X> iteration, java.util.function.Supplier<java.util.Set<E>> setMaker)Deprecated.Get a Set containing all elements obtained from the specified iteration.static <E,X extends java.lang.Exception>
java.util.Set<E>Iterations. asSet(CloseableIteration<? extends E,X> iter)Deprecated.Get a Set containing all elements obtained from the specified iteration.static <E,X extends java.lang.Exception>
CloseableIteration<E,X>DualUnionIteration. getInstance(CloseableIteration<E,X> leftIteration, CloseableIteration<E,X> rightIteration)Deprecated.static <E,X extends java.lang.Exception>
CloseableIteration<? extends E,X>DualUnionIteration. getWildcardInstance(CloseableIteration<? extends E,X> leftIteration, CloseableIteration<? extends E,X> rightIteration)Deprecated.static <T> java.util.stream.Stream<T>Iterations. stream(CloseableIteration<T,? extends java.lang.Exception> iteration)Deprecated.Get a sequentialStreamwith the suppliedCloseableIterationas its source.static <X extends java.lang.Exception>
java.lang.StringIterations. toString(CloseableIteration<?,X> iteration, java.lang.String separator)Deprecated.Converts aCloseableIterationto a string by concatenating all the string representations of objects in the iteration, divided by a separator.static <X extends java.lang.Exception>
voidIterations. toString(CloseableIteration<?,X> iteration, java.lang.String separator, java.lang.StringBuilder sb)Deprecated.Converts aCloseableIterationto a string by concatenating all the string representations of objects in the iteration, divided by a separator.Constructors in org.eclipse.rdf4j.common.iteration with parameters of type CloseableIteration Constructor Description CloseableIterationSpliterator(CloseableIteration<T,E> iteration)Creates aSpliteratorimplementation that wraps the suppliedCloseableIteration.DualUnionIteration(CloseableIteration<? extends E,X> iteration1, CloseableIteration<? extends E,X> iteration2)Deprecated.SilentIteration(CloseableIteration<T,E> iter)Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.common.iterator
Fields in org.eclipse.rdf4j.common.iterator declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<? extends E,? extends java.lang.RuntimeException>CloseableIterationIterator. iterationConstructors in org.eclipse.rdf4j.common.iterator with parameters of type CloseableIteration Constructor Description CloseableIterationIterator(CloseableIteration<? extends E,? extends java.lang.RuntimeException> iteration) -
Uses of CloseableIteration in org.eclipse.rdf4j.query
Subinterfaces of CloseableIteration in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceGraphQueryResultA representation of a query result as a sequence ofStatementobjects.interfaceQueryResult<T>Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).interfaceTupleQueryResultA representation of a variable-binding query result as a sequence ofBindingSetobjects.Classes in org.eclipse.rdf4j.query that implement CloseableIteration Modifier and Type Class Description private static classQueryResults.CleanerGraphQueryResultprivate static classQueryResults.GraphQueryResultFilterprivate static classQueryResults.TupleQueryResultFilterMethods in org.eclipse.rdf4j.query with parameters of type CloseableIteration Modifier and Type Method Description static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)Get aModelcontaining all elements obtained from the specified query result.static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration, ModelFactory modelFactory)Get aModelcontaining all elements obtained from the specified query result. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra with parameters of type CloseableIteration Modifier and Type Method Description voidBinaryTupleOperator. setAlgorithm(CloseableIteration<?,?> iteration) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement CloseableIteration Modifier and Type Class Description static classQueryEvaluationStep.DelayedEvaluationIterationDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,? extends QueryEvaluationException>QueryEvaluationStep.DelayedEvaluationIteration. createIteration()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>QueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<? extends Triple,QueryEvaluationException>RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements that have a specific subject, predicate and/or object.Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type CloseableIteration Modifier and Type Method Description static QueryEvaluationStepQueryEvaluationStep. wrap(QueryEvaluationStep qes, java.util.function.Function<CloseableIteration<BindingSet,QueryEvaluationException>,CloseableIteration<BindingSet,QueryEvaluationException>> wrap)Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.static QueryEvaluationStepQueryEvaluationStep. wrap(QueryEvaluationStep qes, java.util.function.Function<CloseableIteration<BindingSet,QueryEvaluationException>,CloseableIteration<BindingSet,QueryEvaluationException>> wrap)Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Classes in org.eclipse.rdf4j.query.algebra.evaluation.federation that implement CloseableIteration Modifier and Type Class Description classJoinExecutorBase<T>Deprecated.UseJoinExecutorBaseclassServiceCrossProductIterationDeprecated.classServiceJoinConversionIterationDeprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIterationclassServiceJoinIteratorIterator for efficient SERVICE evaluation (vectored).Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type CloseableIteration Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)Deprecated.ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.List<BindingSet> bindings)Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy)Construct a service join iteration to use vectored evaluation. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>TupleFunction. evaluate(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl that implement CloseableIteration Modifier and Type Class Description private static classDefaultEvaluationStrategy.ResultSizeCountingIteratorThis class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static classDefaultEvaluationStrategy.TimedIteratorThis class wraps an iterator and tracks the time used to execute next() and hasNext()Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as CloseableIteration Modifier and Type Field Description (package private) CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.ResultSizeCountingIterator. iterator(package private) CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.TimedIterator. iteratorMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(EmptySet emptySet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Order node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TripleRef ref, BindingSet bindings)evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Union union, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.QueryRootQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>ExtensionQueryEvaluationStep. evaluate(BindingSet bs)static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunctionCall expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type CloseableIteration Constructor Description ResultSizeCountingIterator(CloseableIteration<BindingSet,QueryEvaluationException> iterator, QueryModelNode queryModelNode)TimedIterator(CloseableIteration<BindingSet,QueryEvaluationException> iterator, QueryModelNode queryModelNode) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that implement CloseableIteration Modifier and Type Class Description private static classStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIteratorConverts statements into the required bindingsets.private static classStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIteratorFields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<? extends Statement,? extends QueryEvaluationException>StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. iterationprivate CloseableIteration<? extends Statement,? extends QueryEvaluationException>StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. iterationFields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type CloseableIteration Modifier and Type Field Description private java.util.function.Function<BindingSet,CloseableIteration<BindingSet,QueryEvaluationException>>JoinQueryEvaluationStep. evalMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type CloseableIteration Modifier and Type Method Description private CloseableIteration<? extends Statement,QueryEvaluationException>StatementPatternQueryEvaluationStep. handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement,QueryEvaluationException> iteration)Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type CloseableIteration Constructor Description ConvertStatementToBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.BiConsumer<MutableBindingSet,Statement> action, QueryEvaluationContext context)JoinStatementWithBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.BiConsumer<MutableBindingSet,Statement> action, BindingSet bindings, QueryEvaluationContext context) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement CloseableIteration Modifier and Type Class Description classBadlyDesignedLeftJoinIteratorclassBottomUpJoinIteratorDeprecated.replaced by HashJoinIterationclassCollectionIteration<E,X extends java.lang.Exception>Deprecated.since 2.3 useCollectionIterationclassCompatibleBindingSetFilterDeprecated.classCrossProductIterationIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.classDelayedEvaluationIterationUtility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.classDescribeIterationDeprecated.classExtensionIteratorDeprecated.classFilterIteratorDeprecated.classGroupIteratorclassHashJoinIterationGeneric hash join implementation suitable for use by Sail implementations.classJoinIteratorInterleaved join iterator.classLeftJoinIteratorclassMultiProjectionIteratorclassOrderIteratorDeprecated.classPathIterationclassProjectionIteratorDeprecated.classQueryContextIterationMakes aQueryContextavailable during iteration.classSilentIterationDeprecated.UseSilentIterationinstead.classSPARQLMinusIteration<X extends java.lang.Exception>Deprecated.classZeroLengthPathIterationMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>DelayedEvaluationIteration. createIteration()private CloseableIteration<BindingSet,QueryEvaluationException>ZeroLengthPathIteration. createIteration()protected CloseableIteration<BindingSet,QueryEvaluationException>DescribeIteration. createNextIteration(Value subject, Value object)Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type CloseableIteration Modifier and Type Method Description protected java.util.Collection<BindingSet>HashJoinIteration. makeIterationCache(CloseableIteration<BindingSet,QueryEvaluationException> iter)Utility methods to make it easier to inserted custom store dependent list -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that implement CloseableIteration Modifier and Type Class Description classLimitedSizeDistinctIterationDeprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return CloseableIteration Modifier and Type Method Description static CloseableIteration<Literal,QueryEvaluationException>TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement CloseableIteration Modifier and Type Class Description protected classAbstractParserQuery.QueryInterruptIterationDeprecated.classBackgroundGraphResultDeprecated.classGraphQueryResultImplDeprecated.since 2.0.classIteratingGraphQueryResultDeprecated.classIteratingTupleQueryResultDeprecated.classMutableTupleQueryResultAn implementation of theTupleQueryResultinterface that stores the complete query result in memory.classQueueCursor<E>Makes working with a queue easier by adding the methodsQueueIteration.done()andQueueIteration.toss(Exception)and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.classTupleQueryResultImplDeprecated.UseIteratingTupleQueryResultinstead.Methods in org.eclipse.rdf4j.query.impl that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Methods in org.eclipse.rdf4j.query.impl with parameters of type CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Constructors in org.eclipse.rdf4j.query.impl with parameters of type CloseableIteration Constructor Description GraphQueryResultImpl(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)Deprecated.IteratingGraphQueryResult(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)Deprecated.IteratingTupleQueryResult(java.util.List<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)Deprecated.Creates a query result object with the supplied binding names.MutableTupleQueryResult(java.util.Collection<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,E> bindingSetIter)TupleQueryResultImpl(java.util.List<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement CloseableIteration Modifier and Type Class Description protected classAbstractParserQuery.QueryInterruptIterationDeprecated.Methods in org.eclipse.rdf4j.query.parser.impl that return CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Methods in org.eclipse.rdf4j.query.parser.impl with parameters of type CloseableIteration Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter) -
Uses of CloseableIteration in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement CloseableIteration Modifier and Type Class Description classBackgroundTupleResultDeprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.repository
Classes in org.eclipse.rdf4j.repository that implement CloseableIteration Modifier and Type Class Description classRepositoryResult<T>Fields in org.eclipse.rdf4j.repository declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<? extends T,RepositoryException>RepositoryResult. wrappedIterMethods in org.eclipse.rdf4j.repository with parameters of type CloseableIteration Modifier and Type Method Description default <E extends java.lang.Exception>
voidRepositoryConnection. add(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.default <E extends java.lang.Exception>
voidRepositoryConnection. remove(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.Constructors in org.eclipse.rdf4j.repository with parameters of type CloseableIteration Constructor Description RepositoryResult(CloseableIteration<? extends T,RepositoryException> iter) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement CloseableIteration Modifier and Type Class Description (package private) classSailCloseableIteration<E>Methods in org.eclipse.rdf4j.repository.sail with parameters of type CloseableIteration Modifier and Type Method Description protected <E> RepositoryResult<E>SailRepositoryConnection. createRepositoryResult(CloseableIteration<? extends E,SailException> sailIter)Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversionsConstructors in org.eclipse.rdf4j.repository.sail with parameters of type CloseableIteration Constructor Description SailCloseableIteration(CloseableIteration<? extends E,? extends SailException> iter) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return CloseableIteration Modifier and Type Method Description private CloseableIteration<? extends BindingSet,QueryEvaluationException>SailUpdateExecutor. evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement CloseableIteration Modifier and Type Class Description classCollectionIteration<E,X extends java.lang.Exception>An iteration to access a materializedCollectionof BindingSets.classJoinExecutorBase<T>Base class for any join parallel join executor.private classRepositoryFederatedService.BatchingServiceIterationA convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private static classRepositoryFederatedService.CloseConnectionIterationWrapper iteration which closes aRepositoryConnectionuponRepositoryFederatedService.CloseConnectionIteration.close()private classRepositoryFederatedService.FallbackServiceIterationHelper iteration to evaluate a block ofBindingSets using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)routine.classServiceJoinConversionIterationDeprecated.classSPARQLCrossProductIterationIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.Fields in org.eclipse.rdf4j.repository.sparql.federation declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService.CloseConnectionIteration. delegateprotected CloseableIteration<T,QueryEvaluationException>JoinExecutorBase. leftIterprotected CloseableIteration<BindingSet,QueryEvaluationException>SPARQLCrossProductIteration. resultIterationprotected CloseableIteration<T,QueryEvaluationException>JoinExecutorBase. rightIterFields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type CloseableIteration Modifier and Type Field Description protected QueueCursor<CloseableIteration<T,QueryEvaluationException>>JoinExecutorBase. rightQueueMethods in org.eclipse.rdf4j.repository.sparql.federation that return CloseableIteration Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternalFallback(Service service, java.util.List<BindingSet> allBindings, java.lang.String baseUri)Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration, i.e.CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type CloseableIteration Modifier and Type Method Description voidJoinExecutorBase. addResult(CloseableIteration<T,QueryEvaluationException> res)CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type CloseableIteration Constructor Description BatchingServiceIteration(CloseableIteration<BindingSet,QueryEvaluationException> inputBindings, int blockSize, Service service)CloseConnectionIteration(CloseableIteration<BindingSet,QueryEvaluationException> delegate, RepositoryConnection connection)JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.List<BindingSet> bindings)Deprecated.SPARQLCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings) -
Uses of CloseableIteration in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement CloseableIteration Modifier and Type Class Description classInsertBindingSetCursorAdds more bindings to each of the results.Constructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type CloseableIteration Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement CloseableIteration Modifier and Type Class Description classTripleSourceIterationWrapper<T>Fields in org.eclipse.rdf4j.sail declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<? extends T,SailException>TripleSourceIterationWrapper. delegateMethods in org.eclipse.rdf4j.sail that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>SailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.CloseableIteration<? extends Resource,SailException>SailConnection. getContextIDs()Returns the set of all unique context identifiers that are used to store statements.CloseableIteration<? extends Namespace,SailException>SailConnection. getNamespaces()Gets the namespaces relevant to the data contained in this Sail object.CloseableIteration<? extends Statement,SailException>SailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Gets all statements from the specified contexts that have a specific subject, predicate and/or object.Constructors in org.eclipse.rdf4j.sail with parameters of type CloseableIteration Constructor Description TripleSourceIterationWrapper(CloseableIteration<? extends T,SailException> delegate) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement CloseableIteration Modifier and Type Class Description classDistinctModelReducingUnionIterationAn Iteration that takes two source.(package private) classSailClosingIteration<T,X extends java.lang.Exception>AnIterationthat holds on to aSailClosableuntil the Iteration is closed.Fields in org.eclipse.rdf4j.sail.base declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<? extends Statement,SailException>DistinctModelReducingUnionIteration. iteratorMethods in org.eclipse.rdf4j.sail.base that return CloseableIteration Modifier and Type Method Description private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.Boolean> excluded)protected CloseableIteration<? extends BindingSet,QueryEvaluationException>SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)CloseableIteration<? extends Resource,SailException>DelegatingSailDataset. getContextIDs()CloseableIteration<? extends Resource,SailException>ObservingSailDataset. getContextIDs()CloseableIteration<? extends Resource,SailException>SailDataset. getContextIDs()Returns the set of all unique context identifiers that are used to store statements.CloseableIteration<? extends Resource,SailException>SailDatasetImpl. getContextIDs()CloseableIteration<? extends Resource,SailException>UnionSailDataset. getContextIDs()protected CloseableIteration<? extends Resource,SailException>SailSourceConnection. getContextIDsInternal()CloseableIteration<? extends Namespace,SailException>DelegatingSailDataset. getNamespaces()CloseableIteration<? extends Namespace,SailException>SailDataset. getNamespaces()Gets the namespaces relevant to the data contained in this object.CloseableIteration<? extends Namespace,SailException>SailDatasetImpl. getNamespaces()CloseableIteration<? extends Namespace,SailException>UnionSailDataset. getNamespaces()protected CloseableIteration<? extends Namespace,SailException>SailSourceConnection. getNamespacesInternal()CloseableIteration<? extends Triple,QueryEvaluationException>SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Statement,SailException>DelegatingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>ObservingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>SailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,SailException>SailDatasetImpl. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,QueryEvaluationException>SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>UnionSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected CloseableIteration<? extends Statement,SailException>SailSourceConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CloseableIteration<? extends Triple,SailException>DelegatingSailDataset. getTriples(Resource subj, IRI pred, Value obj)default CloseableIteration<? extends Triple,SailException>SailDataset. getTriples(Resource subj, IRI pred, Value obj)Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration<? extends Triple,SailException>SailDatasetImpl. getTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Triple,SailException>UnionSailDataset. getTriples(Resource subj, IRI pred, Value obj)private <T,X extends java.lang.Exception>
CloseableIteration<T,QueryEvaluationException>SailSourceConnection. interlock(CloseableIteration<T,QueryEvaluationException> iter, SailClosable... closes)private CloseableIteration<? extends Triple,SailException>SailDatasetImpl. triplesDifference(CloseableIteration<? extends Triple,SailException> result, java.util.function.Function<Triple,java.lang.Boolean> excluded)private <T> CloseableIteration<? extends T,SailException>UnionSailDataset. union(CloseableIteration<? extends T,SailException> iteration1, CloseableIteration<? extends T,SailException> iteration2)Methods in org.eclipse.rdf4j.sail.base with parameters of type CloseableIteration Modifier and Type Method Description private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.Boolean> excluded)private <T,X extends java.lang.Exception>
CloseableIteration<T,QueryEvaluationException>SailSourceConnection. interlock(CloseableIteration<T,QueryEvaluationException> iter, SailClosable... closes)static <E> SailClosingIteration<E,SailException>SailClosingIteration. makeClosable(CloseableIteration<? extends E,SailException> iter, SailClosable... closes)Creates a newIterationthat automatically closes the givenSailClosables.private CloseableIteration<? extends Triple,SailException>SailDatasetImpl. triplesDifference(CloseableIteration<? extends Triple,SailException> result, java.util.function.Function<Triple,java.lang.Boolean> excluded)private <T> CloseableIteration<? extends T,SailException>UnionSailDataset. union(CloseableIteration<? extends T,SailException> iteration1, CloseableIteration<? extends T,SailException> iteration2)Constructors in org.eclipse.rdf4j.sail.base with parameters of type CloseableIteration Constructor Description DistinctModelReducingUnionIteration(CloseableIteration<? extends Statement,SailException> iterator, java.util.function.Consumer<Statement> approvedRemover, java.util.function.Supplier<java.lang.Iterable<Statement>> approvedSupplier)SailClosingIteration(CloseableIteration<? extends T,X> iter, SailClosable... closes)Creates a newIterationthat automatically closes the givenSailClosables. -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement CloseableIteration Modifier and Type Class Description (package private) classCleanerIteration<E,X extends java.lang.Exception>(package private) classSailBaseIteration<T,E extends java.lang.Exception>An iteration extension that keeps a reference to the AbstractSailConnection from which it originates and signals when it is closed.(package private) classTupleExprWrapperIteration<T extends BindingSet,X extends java.lang.Exception>This iteration is used to debug issues with the TupleExpr that was used to generate the wrapped iteration.Fields in org.eclipse.rdf4j.sail.helpers declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<E,X>CleanerIteration. delegateprivate CloseableIteration<T,X>TupleExprWrapperIteration. delegateprivate CloseableIteration<E,X>CleanerIteration.CleanableState. iterationMethods in org.eclipse.rdf4j.sail.helpers that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)CloseableIteration<? extends BindingSet,QueryEvaluationException>SailConnectionWrapper. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDs()CloseableIteration<? extends Resource,SailException>SailConnectionWrapper. getContextIDs()protected abstract CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDsInternal()CloseableIteration<? extends Namespace,SailException>AbstractSailConnection. getNamespaces()CloseableIteration<? extends Namespace,SailException>SailConnectionWrapper. getNamespaces()protected abstract CloseableIteration<? extends Namespace,SailException>AbstractSailConnection. getNamespacesInternal()CloseableIteration<? extends Statement,SailException>AbstractSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CloseableIteration<? extends Statement,SailException>SailConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected abstract CloseableIteration<? extends Statement,SailException>AbstractSailConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected <T,E extends java.lang.Exception>
CloseableIteration<T,E>AbstractSailConnection. registerIteration(CloseableIteration<T,E> iter)Registers an iteration as active by wrapping it in aSailBaseIterationobject and adding it to the list of active iterations.Methods in org.eclipse.rdf4j.sail.helpers with parameters of type CloseableIteration Modifier and Type Method Description protected <T,E extends java.lang.Exception>
CloseableIteration<T,E>AbstractSailConnection. registerIteration(CloseableIteration<T,E> iter)Registers an iteration as active by wrapping it in aSailBaseIterationobject and adding it to the list of active iterations.Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type CloseableIteration Constructor Description CleanableState(CloseableIteration<E,X> iteration)CleanerIteration(CloseableIteration<E,X> delegate, ConcurrentCleaner cleaner)SailBaseIteration(CloseableIteration<? extends T,? extends E> iter, AbstractSailConnection connection)Creates a new memory-store specific iteration object.TupleExprWrapperIteration(CloseableIteration<T,X> delegate, TupleExpr tupleExpr) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>InferencerConnectionWrapper. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.CloseableIteration<? extends Resource,SailException>InferencerConnectionWrapper. getContextIDs()CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.CloseableIteration<? extends Statement,SailException>InferencerConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection. -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)private CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return CloseableIteration Modifier and Type Method Description private CloseableIteration<MemStatement,SailException>MemorySailStore. createStatementIterator(Resource subj, IRI pred, Value obj, java.lang.Boolean explicit, int snapshot, Resource... contexts)Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration<MemTriple,SailException>MemorySailStore. createTripleIterator(Resource subj, IRI pred, Value obj, int snapshot)Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.CloseableIteration<? extends Resource,SailException>MemorySailStore.MemorySailDataset. getContextIDs()private CloseableIteration<MemStatement,SailException>MemorySailStore. getMemStatementIterator(MemResource subj, MemIRI pred, MemValue obj, java.lang.Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementList statementList)CloseableIteration<? extends Namespace,SailException>MemorySailStore.MemorySailDataset. getNamespaces()CloseableIteration<MemStatement,SailException>MemorySailStore.MemorySailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<MemTriple,SailException>MemorySailStore.MemorySailDataset. getTriples(Resource subj, IRI pred, Value obj)Methods in org.eclipse.rdf4j.sail.memory with parameters of type CloseableIteration Modifier and Type Method Description voidFileIO. writeStatement(CloseableIteration<? extends Statement,SailException> stIter, int tripleMarker, int quadMarker, java.io.DataOutputStream dataOut) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement CloseableIteration Modifier and Type Class Description classMemStatementIteratorA StatementIterator that can iterate over a list of Statement objects.private static classMemStatementIteratorCache.CachedIterationclassMemTripleIterator<X extends java.lang.Exception>An Iteration that can iterate over a list ofTripleobjects.Methods in org.eclipse.rdf4j.sail.memory.model that return CloseableIteration Modifier and Type Method Description static CloseableIteration<MemStatement,SailException>MemStatementIterator. cacheAwareInstance(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, java.lang.Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return CloseableIteration Modifier and Type Method Description (package private) static CloseableIteration<Statement,SailException>ConnectionHelper. getCloseableIteration(RepositoryResult<Statement> repositoryResults)CloseableIteration<? extends Statement,SailException>ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement CloseableIteration Modifier and Type Class Description classLoggingCloseableIteration(package private) classOnlyNonUniqueprivate static classSingleCloseablePlanNode.SingleCloseableIteration(package private) static classUnique.TargetAndValueSortIteratorFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<ValidationTuple,SailException>FilterPlanNode. iteratorprivate CloseableIteration<ValidationTuple,SailException>InnerJoin. iteratorprivate CloseableIteration<? extends ValidationTuple,SailException>OnlyNonUnique. parentIterator(package private) CloseableIteration<? extends ValidationTuple,SailException>SingleCloseablePlanNode.SingleCloseableIteration. parentIterator -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends ValidationTuple,SailException>TargetChainRetriever. iterator() -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.results.lazy
Fields in org.eclipse.rdf4j.sail.shacl.results.lazy declared as CloseableIteration Modifier and Type Field Description private CloseableIteration<? extends ValidationTuple,SailException>ValidationResultIterator. tupleIteratorConstructors in org.eclipse.rdf4j.sail.shacl.results.lazy with parameters of type CloseableIteration Constructor Description ValidationResultIterator(CloseableIteration<? extends ValidationTuple,SailException> tupleIterator, long limit) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement CloseableIteration Modifier and Type Class Description classCloseablePeakableIteration<E,X extends java.lang.Exception>Fields in org.eclipse.rdf4j.sail.shacl.wrapper.data declared as CloseableIteration Modifier and Type Field Description (package private) CloseableIteration<E,X>CloseablePeakableIteration. parentMethods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>VerySimpleRdfsBackwardsChainingConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type CloseableIteration Constructor Description CloseablePeakableIteration(CloseableIteration<E,X> parent) -
Uses of CloseableIteration in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type CloseableIteration Modifier and Type Method Description private SailRepositoryRdf4jShaclShapeGraphShapeSource. forwardChain(CloseableIteration<? extends Statement,? extends RDF4JException> statements)private static ValueShapeSourceHelper. getObject(CloseableIteration<? extends Statement,SailException> iteration) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function
Classes in org.eclipse.rdf4j.spin.function that implement CloseableIteration Modifier and Type Class Description (package private) static classConstructTupleFunction.GraphQueryResultIteration(package private) static classSelectTupleFunction.TupleQueryResultIterationMethods in org.eclipse.rdf4j.spin.function that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Index. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Length. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Member. evaluate(ValueFactory valueFactory, Value... args) -
Uses of CloseableIteration in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return CloseableIteration Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>For. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>ForEach. evaluate(ValueFactory valueFactory, Value... args)CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>Split. evaluate(ValueFactory valueFactory, Value... args)
-