Uses of Class
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
-
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks Modifier and Type Class Description class
LockingIteration<E,X extends Exception>
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iteration
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iteration Modifier and Type Class Description 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
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
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. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.concurrent
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.concurrent 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 AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.iterator
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.iterator 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
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
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. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.join
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.join 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 AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.union
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.union 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 AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation 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 AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.federation Modifier and Type Class Description class
JoinExecutorBase<T>
Deprecated.since 2.3 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 AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator 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.since 3.1.2.class
SPARQLMinusIteration<X extends Exception>
Deprecated.class
ZeroLengthPathIteration
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator Modifier and Type Class Description class
LimitedSizeDistinctIteration
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl 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
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.since 2.0. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl Modifier and Type Class Description protected class
AbstractParserQuery.QueryInterruptIteration
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers Modifier and Type Class Description class
BackgroundTupleResult
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository Modifier and Type Class Description class
RepositoryResult<T>
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federation 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 AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description class
InsertBindingSetCursor
Adds more bindings to each of the results. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.base
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.base Modifier and Type Class Description class
DistinctModelReducingUnionIteration
An Iteration that takes two source. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.extensiblestore
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.extensiblestore 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 AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.memory.model Modifier and Type Class Description class
MemTripleIterator<X extends Exception>
An Iteration that can iterate over a list ofTriple
objects.
-