Uses of Interface
org.eclipse.rdf4j.common.iteration.Iteration
-
-
Uses of Iteration in org.eclipse.rdf4j.common.concurrent.locks
Classes in org.eclipse.rdf4j.common.concurrent.locks that implement Iteration Modifier and Type Class Description class
LockingIteration<E,X extends Exception>
Deprecated.Constructors in org.eclipse.rdf4j.common.concurrent.locks with parameters of type Iteration Constructor Description LockingIteration(Lock lock, Iteration<? extends E,X> iter)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement Iteration Modifier and Type Class Description class
CleanerGraphQueryResult
class
CleanerTupleQueryResult
-
Uses of Iteration in org.eclipse.rdf4j.common.iteration
Subinterfaces of Iteration in org.eclipse.rdf4j.common.iteration Modifier and Type Interface Description interface
CloseableIteration<E,X extends Exception>
Deprecated.In the future this interface will stop extendingIteration
and instead declare the same interface methods directly.Classes in org.eclipse.rdf4j.common.iteration that implement Iteration Modifier and Type Class Description class
AbstractCloseableIteration<E,X extends Exception>
Deprecated.class
CloseableIteratorIteration<E,X extends Exception>
Deprecated.class
ConvertingIteration<S,T,X extends Exception>
Deprecated.class
DelayedIteration<E,X extends Exception>
Deprecated.class
DistinctIteration<E,X extends Exception>
Deprecated.class
DualUnionIteration<E,X extends Exception>
Deprecated.class
EmptyIteration<E,X extends Exception>
Deprecated.class
ExceptionConvertingIteration<E,X extends Exception>
Deprecated.class
FilterIteration<E,X extends Exception>
Deprecated.class
IntersectIteration<E,X extends Exception>
Deprecated.class
IterationWrapper<E,X extends Exception>
Deprecated.class
IteratorIteration<E,X extends Exception>
Deprecated.class
LimitIteration<E,X extends Exception>
Deprecated.class
LookAheadIteration<E,X extends Exception>
Deprecated.class
MinusIteration<E,X extends Exception>
Deprecated.class
OffsetIteration<E,X extends Exception>
Deprecated.class
QueueIteration<E,T extends Exception>
Deprecated.class
ReducedIteration<E,X extends Exception>
Deprecated.class
SilentIteration<T,E extends Exception>
Deprecated.class
SingletonIteration<E,X extends Exception>
Deprecated.class
TimeLimitIteration<E,X extends Exception>
Deprecated.class
UnionIteration<E,X extends Exception>
Deprecated.Fields in org.eclipse.rdf4j.common.iteration declared as Iteration Modifier and Type Field Description protected Iteration<? extends E,? extends X>
IntersectIteration. arg2
Deprecated.protected Iteration<? extends E,? extends X>
IterationWrapper. wrappedIter
Deprecated.This will be changed to private, possibly with an accessor in future.Methods in org.eclipse.rdf4j.common.iteration that return Iteration Modifier and Type Method Description protected abstract Iteration<? extends E,? extends X>
DelayedIteration. createIteration()
Deprecated.Creates the iteration that should be iterated over.Methods in org.eclipse.rdf4j.common.iteration with parameters of type Iteration Modifier and Type Method Description static <E,X extends Exception,C extends Collection<E>>
CIterations. addAll(Iteration<? extends E,X> iter, C collection)
Deprecated, for removal: This API element is subject to removal in a future version.Set<E>
IntersectIteration. addSecondSet(Iteration<? extends E,? extends X> arg2, Set<E> set)
Deprecated.static <E,X extends Exception>
List<E>Iterations. asList(Iteration<? extends E,X> iter)
Deprecated, for removal: This API element is subject to removal in a future version.static <E,X extends Exception>
Set<E>Iterations. asSet(Iteration<? extends E,? extends X> iteration, Supplier<Set<E>> setMaker)
Deprecated, for removal: This API element is subject to removal in a future version.static <E,X extends Exception>
Set<E>Iterations. asSet(Iteration<? extends E,X> iter)
Deprecated, for removal: This API element is subject to removal in a future version.static <X extends Exception>
voidIterations. closeCloseable(Iteration<?,X> iteration)
Deprecated, for removal: This API element is subject to removal in a future version.static <T> Stream<T>
Iterations. stream(Iteration<T,? extends Exception> iteration)
Deprecated, for removal: This API element is subject to removal in a future version.static <X extends Exception>
StringIterations. toString(Iteration<?,X> iteration, String separator)
Deprecated, for removal: This API element is subject to removal in a future version.static <X extends Exception>
voidIterations. toString(Iteration<?,X> iteration, String separator, StringBuilder sb)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.common.iteration with parameters of type Iteration Constructor Description ConvertingIteration(Iteration<? extends S,? extends X> iter)
Deprecated.Creates a new ConvertingIteration that operates on the supplied source type iteration.DistinctIteration(Iteration<? extends E,? extends X> iter)
Deprecated.Creates a new DistinctIterator.DistinctIteration(Iteration<? extends E,? extends X> iter, Supplier<Set<E>> setMaker)
Deprecated.ExceptionConvertingIteration(Iteration<? extends E,? extends Exception> iter)
Deprecated.Creates a new ExceptionConvertingIteration that operates on the supplied iteration.FilterIteration(Iteration<? extends E,? extends X> iter)
Deprecated.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2)
Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, boolean distinct)
Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, boolean distinct, Supplier<Set<E>> setMaker)
Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, Supplier<Set<E>> setMaker)
Deprecated.IterationSpliterator(Iteration<T,? extends Exception> iteration)
Deprecated.Creates aSpliterator
implementation that wraps the suppliedIteration
.IterationWrapper(Iteration<? extends E,? extends X> iter)
Deprecated.Creates a new IterationWrapper that operates on the supplied Iteration.LimitIteration(Iteration<? extends E,X> iter, long limit)
Deprecated.Creates a new LimitIteration.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg)
Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg, boolean distinct)
Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg, boolean distinct, Supplier<Set<E>> setMaker)
Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.OffsetIteration(Iteration<? extends E,X> iter, long offset)
Deprecated.Creates a new OffsetIteration.ReducedIteration(Iteration<? extends E,? extends X> delegate)
Deprecated.TimeLimitIteration(Iteration<? extends E,? extends X> iter, long timeLimit)
Deprecated.UnionIteration(Iteration<? extends E,X>... args)
Deprecated.Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.Constructor parameters in org.eclipse.rdf4j.common.iteration with type arguments of type Iteration Constructor Description UnionIteration(Iterable<? extends Iteration<? extends E,X>> args)
Deprecated.Creates a new UnionIteration that returns the bag union of the results of a number of Iterations. -
Uses of Iteration in org.eclipse.rdf4j.common.iterator
Constructors in org.eclipse.rdf4j.common.iterator with parameters of type Iteration Constructor Description CloseableIterationIterator(Iteration<? extends E,? extends RuntimeException> iteration)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.federated.evaluation.concurrent
Classes in org.eclipse.rdf4j.federated.evaluation.concurrent that implement Iteration Modifier and Type Class Description class
FedXQueueCursor<T>
Specialized variants ofQueueCursor
which avoids converting any exception if it is already of typeQueryEvaluationException
.class
ParallelExecutorBase<T>
Base class for common parallel executors such asJoinExecutorBase
andUnionExecutorBase
.class
ParallelServiceExecutor
Parallel executor forFedXService
nodes, which wrap SERVICE expressions. -
Uses of Iteration in org.eclipse.rdf4j.federated.evaluation.iterator
Classes in org.eclipse.rdf4j.federated.evaluation.iterator that implement Iteration Modifier and Type Class Description class
BoundJoinConversionIteration
Deprecated.class
BoundJoinVALUESConversionIteration
Deprecated.class
CloseDependentConnectionIteration<T>
A wrapping iteration that attempts to close the dependentRepositoryConnection
after consumption.class
ConsumingIteration
A specializedCloseableIteration
that consumes part (or the entire input iteration if it fits into the buffer) and keeps data for further processing in memory.class
FederatedDescribeIteration
Deprecated.class
FilteringInsertBindingsIteration
Deprecated.class
FilteringIteration
Deprecated.class
GraphToBindingSetConversionIteration
Converts graph results into a binding set iterationclass
GroupedCheckConversionIteration
Deprecated.class
IndependentJoingroupBindingsIteration
Inserts original bindings into the result.class
IndependentJoingroupBindingsIteration2
Inserts original bindings into the result.class
IndependentJoingroupBindingsIteration3
Inserts original bindings into the result.class
InsertBindingsIteration
Deprecated.class
LazyMutableClosableIteration
A specializedCloseableIteration
that allows repetitive iterations after resetting the cursor usingLazyMutableClosableIteration.resetCursor()
.class
PrintingIteration
Print the bindings of the inner iteration to stdout, however maintain a copy, which is accessible through this iteration.class
QueryResultIteration
An iteration which wraps the final result and in case of exceptions aborts query evaluation for the corresponding query in fedx (potentially subqueries are still running, and jobs are scheduled).class
RepositoryExceptionConvertingIteration<T>
Deprecated, for removal: This API element is subject to removal in a future version.class
SingleBindingSetIteration
Represents an iteration that contains only a single binding set.class
StatementConversionIteration
Converts Statement iteration (i.e.class
StopRemainingExecutionsOnCloseIteration
A wrapping iteration that attempts to close all running scheduledFuture
s for the given query evaluation.Constructors in org.eclipse.rdf4j.federated.evaluation.iterator with parameters of type Iteration 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.RepositoryExceptionConvertingIteration(Iteration<? extends T,? extends Exception> iter)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.federated.evaluation.join
Classes in org.eclipse.rdf4j.federated.evaluation.join that implement Iteration Modifier and Type Class Description class
ControlledWorkerBoundJoin
Execute the nested loop join in an asynchronous fashion, using grouped requests, i.e.class
ControlledWorkerJoin
Execute the nested loop join in an asynchronous fashion, i.e.class
ControlledWorkerLeftJoin
Execute the nested loop join in an asynchronous fashion, i.e.class
HashJoin
Operator for a hash join of tuple expressions.class
JoinExecutorBase<T>
Base class for any join parallel join executor.class
SynchronousBoundJoin
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e.class
SynchronousJoin
Execute the nested loop join in a synchronous fashion, i.e. -
Uses of Iteration in org.eclipse.rdf4j.federated.evaluation.union
Classes in org.eclipse.rdf4j.federated.evaluation.union that implement Iteration Modifier and Type Class Description class
ControlledWorkerUnion<T>
Execution of union tasks withControlledWorkerScheduler
.class
SynchronousWorkerUnion<T>
Synchronous execution of union tasks, i.e.class
UnionExecutorBase<T>
Base class for any parallel union executor.class
WorkerUnionBase<T>
Base class for worker unions providing convenience functions to add tasks. -
Uses of Iteration in org.eclipse.rdf4j.query
Subinterfaces of Iteration in org.eclipse.rdf4j.query Modifier and Type Interface Description interface
GraphQueryResult
A representation of a query result as a sequence ofStatement
objects.interface
QueryResult<T>
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).interface
TupleQueryResult
A representation of a variable-binding query result as a sequence ofBindingSet
objects. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement Iteration Modifier and Type Class Description static class
QueryEvaluationStep.DelayedEvaluationIteration
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Classes in org.eclipse.rdf4j.query.algebra.evaluation.federation that implement Iteration Modifier and Type Class Description class
JoinExecutorBase<T>
Deprecated.UseJoinExecutorBase
class
ServiceCrossProductIteration
Deprecated.class
ServiceJoinConversionIteration
Deprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIteration
class
ServiceJoinIterator
Iterator for efficient SERVICE evaluation (vectored). -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement Iteration Modifier and Type Class Description class
BadlyDesignedLeftJoinIterator
class
BottomUpJoinIterator
Deprecated.replaced by HashJoinIterationclass
CollectionIteration<E,X extends Exception>
Deprecated.since 2.3 useCollectionIteration
class
CompatibleBindingSetFilter
Deprecated.class
CrossProductIteration
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.class
DelayedEvaluationIteration
Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.class
DescribeIteration
Deprecated.class
ExtensionIterator
Deprecated.class
FilterIterator
Deprecated.class
GroupIterator
class
HashJoinIteration
Generic hash join implementation suitable for use by Sail implementations.class
JoinIterator
Interleaved join iterator.class
LeftJoinIterator
class
MultiProjectionIterator
class
OrderIterator
Deprecated.class
PathIteration
class
ProjectionIterator
Deprecated.class
QueryContextIteration
Makes aQueryContext
available during iteration.class
SilentIteration
Deprecated.UseSilentIteration
instead.class
SPARQLMinusIteration<X extends Exception>
Deprecated.class
ZeroLengthPathIteration
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return Iteration Modifier and Type Method Description protected Iteration<BindingSet,QueryEvaluationException>
OrderIterator. createIteration()
Deprecated.protected Iteration<BindingSet,X>
SPARQLMinusIteration. getRightArg()
Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Iteration Modifier and Type Method Description protected Set<BindingSet>
SPARQLMinusIteration. makeSet(Iteration<BindingSet,X> rightArg)
Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Iteration Constructor Description DescribeIteration(Iteration<BindingSet,QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings)
Deprecated.SPARQLMinusIteration(Iteration<BindingSet,X> leftArg, Iteration<BindingSet,X> rightArg)
Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.SPARQLMinusIteration(Iteration<BindingSet,X> leftArg, Iteration<BindingSet,X> rightArg, boolean distinct)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that implement Iteration Modifier and Type Class Description class
LimitedSizeDistinctIteration
Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with parameters of type Iteration Modifier and Type Method Description static Set<BindingSet>
LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with parameters of type Iteration Constructor Description LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, AtomicLong used, long maxSize)
Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return Iteration Modifier and Type Method Description static Iteration<Value,QueryEvaluationException>
TripleSources. list(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>
TripleSources. listResources(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Iteration Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated.class
BackgroundGraphResult
Deprecated.class
GraphQueryResultImpl
Deprecated.since 2.0.class
IteratingGraphQueryResult
Deprecated.class
IteratingTupleQueryResult
Deprecated.class
MutableTupleQueryResult
An implementation of theTupleQueryResult
interface that stores the complete query result in memory.class
QueueCursor<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.class
TupleQueryResultImpl
Deprecated.UseIteratingTupleQueryResult
instead.Constructors in org.eclipse.rdf4j.query.impl with parameters of type Iteration Constructor Description MutableTupleQueryResult(Collection<String> bindingNames, Iteration<? extends BindingSet,E> bindingSetIter)
Deprecated, for removal: This API element is subject to removal in a future version.QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement Iteration Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated.Constructors in org.eclipse.rdf4j.query.parser.impl with parameters of type Iteration Constructor Description QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement Iteration Modifier and Type Class Description class
BackgroundTupleResult
Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.repository
Classes in org.eclipse.rdf4j.repository that implement Iteration Modifier and Type Class Description class
RepositoryResult<T>
Methods in org.eclipse.rdf4j.repository with parameters of type Iteration Modifier and Type Method Description <E extends Exception>
voidRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)
Deprecated, for removal: This API element is subject to removal in a future version.<E extends Exception>
voidRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type Iteration Modifier and Type Method Description <E extends Exception>
voidAbstractRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)
<E extends Exception>
voidRepositoryConnectionWrapper. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)
<E extends Exception>
voidAbstractRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)
<E extends Exception>
voidRepositoryConnectionWrapper. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)
-
Uses of Iteration in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type Iteration Modifier and Type Method Description <E extends Exception>
voidContextAwareConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)
<E extends Exception>
voidContextAwareConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)
Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves. -
Uses of Iteration in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return Iteration Modifier and Type Method Description protected Iteration<Statement,QueryEvaluationException>
SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement Iteration Modifier and Type Class Description class
CollectionIteration<E,X extends Exception>
An iteration to access a materializedCollection
of BindingSets.class
JoinExecutorBase<T>
Base class for any join parallel join executor.class
ServiceJoinConversionIteration
Deprecated.class
SPARQLCrossProductIteration
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration. -
Uses of Iteration in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement Iteration Modifier and Type Class Description class
InsertBindingSetCursor
Adds more bindings to each of the results. -
Uses of Iteration in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement Iteration Modifier and Type Class Description class
TripleSourceIterationWrapper<T>
-
Uses of Iteration in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement Iteration Modifier and Type Class Description class
DistinctModelReducingUnionIteration
An Iteration that takes two source. -
Uses of Iteration in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement Iteration Modifier and Type Class Description class
FilteringIteration<E extends ExtensibleStatement,X extends Exception>
A wrapper for an Iteration that filters the statements against a pattern similar to getStatements(Resource subject, IRI predicate, Value object, Resource... -
Uses of Iteration in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement Iteration Modifier and Type Class Description class
MemStatementIterator
A StatementIterator that can iterate over a list of Statement objects.class
MemTripleIterator<X extends Exception>
An Iteration that can iterate over a list ofTriple
objects. -
Uses of Iteration in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement Iteration Modifier and Type Class Description class
LoggingCloseableIteration
-
Uses of Iteration in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement Iteration Modifier and Type Class Description class
CloseablePeakableIteration<E,X extends Exception>
-
Uses of Iteration in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog with parameters of type Iteration Modifier and Type Method Description <E extends Exception>
voidLoggingRepositoryConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)
<E extends Exception>
voidLoggingRepositoryConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)
-
Uses of Iteration in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement Iteration Modifier and Type Class Description class
CachedGraphQueryResult
class
CachedTupleQueryResult
class
ReusableGraphQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.class
ReusableTupleQueryResult
Wrapper for a TupleQueryResult, allowing the result to be replayed.Methods in org.eclipse.rdf4j.spring.resultcache with parameters of type Iteration Modifier and Type Method Description <E extends Exception>
voidCachingRepositoryConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)
<E extends Exception>
voidCachingRepositoryConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)
-
Uses of Iteration in org.eclipse.rdf4j.spring.tx
Methods in org.eclipse.rdf4j.spring.tx with parameters of type Iteration Modifier and Type Method Description <E extends Exception>
voidTransactionalRepositoryConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)
<E extends Exception>
voidTransactionalRepositoryConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)
-