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.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
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.
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.
The LMDB based Store.
A Sail implementation that supports full-text indexing via the Lucene API.
MemoryStore-specific implementations of the core RDF model objects.
A Sail implementation for SHACL constraint checking.
Core functions required for SPIN.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.concurrent.locksClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
that can be closed to free resources that it is holding.Deprecated. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.concurrent.locks.diagnostics
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.iterationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
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.Deprecated.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.iterator
-
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.AnCloseableIteration
that can be closed to free resources that it is holding.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.AnCloseableIteration
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 wraps another Iteration, applying a filter on the objects that are returned.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.AnCloseableIteration
that can be closed to free resources that it is holding.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.AnCloseableIteration
that can be closed to free resources that it is holding.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
CloseableIteration
that can be closed to free resources that it is holding.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.algebra
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
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 iterator that does not contain any elements. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.federationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
that can be closed to free resources that it is holding.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.evaluationstepsClassDescriptionAn
CloseableIteration
that can be closed to free resources that it is holding.An iterator that does not contain any elements. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.iteratorClassDescriptionBase class for
CloseableIteration
s offering common functionality.An Iteration that can convert anIterator
to aCloseableIteration
.AnCloseableIteration
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 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 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.util
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.implClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
that can be closed to free resources that it is holding.Deprecated.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.impl
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.resultio.helpersClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
that can be closed to free resources that it is holding.Deprecated. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repositoryClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.base
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.contextaware
-
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.sparql.federationClassDescriptionBase class for
CloseableIteration
s offering common functionality.AnCloseableIteration
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 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.AnCloseableIteration
that can be closed to free resources that it is holding.Deprecated. -
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.AnCloseableIteration
that can be closed to free resources that it is holding.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.AnCloseableIteration
that can be closed to free resources that it is holding.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.lmdb
-
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.AnCloseableIteration
that can be closed to free resources that it is holding.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.shacl
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.shacl.ast.planNodes
-
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.sail.shacl.wrapper.data
-
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.operationlog
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spring.resultcache
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spring.tx