Uses of Class
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Package
Description
Package offering various locking scheme implementations.
Implementations of
relevant to query evaluation.
invalid @link
Iteration
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.concurrent.locks
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.common.iteration
Modifier and TypeClassDescriptionclass
Deprecated.class
ConvertingIteration<S,
T> Deprecated.class
Deprecated.class
Deprecated.final class
Deprecated.class
ExceptionConvertingIteration<E,
X extends RuntimeException> Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
QueueIteration<E,
T extends RuntimeException> Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.concurrent
Modifier and TypeClassDescriptionclass
Specialized variants ofQueueCursor
which avoids converting any exception if it is already of typeQueryEvaluationException
.class
Base class for common parallel executors such asJoinExecutorBase
andUnionExecutorBase
.class
Parallel executor forFedXService
nodes, which wrap SERVICE expressions. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.iterator
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
A wrapping iteration that attempts to close the dependentRepositoryConnection
after consumption.class
SpecializedDescribeIteration
for evaluation of DESCRIBE queries in the federation.class
Deprecated.class
Deprecated.class
Converts graph results into a binding set iterationclass
Deprecated.class
Inserts original bindings into the result.class
Inserts original bindings into the result.class
Inserts original bindings into the result.class
Deprecated.class
Print the bindings of the inner iteration to stdout, however maintain a copy, which is accessible through this iteration.class
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
Represents an iteration that contains only a single binding set.class
Converts Statement iteration (i.e.class
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
Modifier and TypeClassDescriptionclass
Execute the nested loop join in an asynchronous fashion, using grouped requests, i.e.class
Execute the nested loop join in an asynchronous fashion, i.e.class
Execute the nested loop join in an asynchronous fashion, i.e.class
Operator for a hash join of tuple expressions.class
Base class for any join parallel join executor.class
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e.class
Execute the nested loop join in a synchronous fashion, i.e. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.federated.evaluation.union
Modifier and TypeClassDescriptionclass
Execution of union tasks withControlledWorkerScheduler
.class
Synchronous execution of union tasks, i.e.class
Base class for any parallel union executor.class
Base class for worker unions providing convenience functions to add tasks. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeClassDescriptionstatic class
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
Modifier and TypeClassDescriptionclass
Iterator for efficient SERVICE evaluation (vectored). -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeClassDescriptionclass
class
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.class
Deprecated.class
Deprecated.class
Deprecated.class
class
Generic hash join implementation suitable for use by Sail implementations.class
Interleaved join iterator.class
class
class
Deprecated.class
class
Deprecated.class
Makes aQueryContext
available during iteration.class
Deprecated.class
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionprotected class
Deprecated.class
Deprecated.class
Deprecated.since 2.0.class
Deprecated.class
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
Deprecated.UseIteratingTupleQueryResult
instead. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.parser.impl
Modifier and TypeClassDescriptionprotected class
Deprecated. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.query.resultio.helpers
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository
Modifier and TypeClassDescriptionclass
-
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.repository.sparql.federation
Modifier and TypeClassDescriptionclass
An iteration to access a materializedCollection
of BindingSets.class
Base class for any join parallel join executor.class
Deprecated.class
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
Modifier and TypeClassDescriptionclass
Adds more bindings to each of the results. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
An Iteration that takes two source. -
Uses of AbstractCloseableIteration in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
MemTripleIterator<X extends Exception>
An Iteration that can iterate over a list ofTriple
objects.