Uses of Package
org.eclipse.rdf4j.common.iteration
Packages that use org.eclipse.rdf4j.common.iteration
Package
Description
Package offering various locking scheme implementations.
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
A Sail implementation that supports full-text indexing via the Lucene API.
A Sail implementation for SHACL constraint checking.
Core functions required for SPIN.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.concurrent.locksClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.iterationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.iteratorClassDescriptionAn Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.algebra
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.cache
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation.concurrentClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
.Makes working with a queue easier by adding the methodsQueueIteration.done()
andQueueIteration.toss(Exception)
and after converting the Exception to the required type usingQueueIteration.convert(Exception)
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation.iteratorClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X.A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation.joinClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation.unionClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.optimizer
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.queryClassDescriptionAn
Iteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.This class consists exclusively of static methods that operate on or return Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebraClassDescriptionAn Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An iteration that delays the creation of the underlying iteration until it is being accessed.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.federationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.function
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.impl
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.iteratorClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration that can convert anIterator
to aCloseableIteration
.A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).An iteration that delays the creation of the underlying iteration until it is being accessed.A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
.AnIterationWrapper
that silently ignores any errors that occur during processing. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.limited.iteratorClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration that filters any duplicate elements from an underlying iterator.A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.utilClassDescriptionAn
Iteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.implClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
.Makes working with a queue easier by adding the methodsQueueIteration.done()
andQueueIteration.toss(Exception)
and after converting the Exception to the required type usingQueueIteration.convert(Exception)
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.parser.implClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.resultio.helpersClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repositoryClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.baseClassDescriptionAn Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.contextawareClassDescriptionAn Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.evaluation
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.sail
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.sparqlClassDescriptionAn Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.sparql.federationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.sparql.queryClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.baseClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.evaluation
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.extensiblestoreClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.helpers
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.inferencer
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.lucene
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.memory.modelClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnIteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.shaclClassDescriptionAn
Iteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.shacl.ast.planNodesClassDescriptionAn
Iteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.shacl.ast.targets
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.shacl.results.lazy
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function.apf
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function.list
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function.spif
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spring.operationlogClassDescriptionAn Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spring.resultcacheClassDescriptionAn
Iteration
that can be closed to free resources that it is holding.An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.