Uses of Package
org.eclipse.rdf4j.common.iteration
-
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.concurrent.locks Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.iteration Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.LookAheadIteration 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 Class Description Iteration 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.federated Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.algebra Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.cache Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.federated.evaluation.concurrent Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
.QueueIteration 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.iterator Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.ConvertingIteration 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).ExceptionConvertingIteration A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X.FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.LookAheadIteration 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.join Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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.union Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.Iterations 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 Class Description Iteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.federation Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.ConvertingIteration 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).Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.impl Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.iterator Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.CloseableIteratorIteration An Iteration that can convert anIterator
to aCloseableIteration
.ConvertingIteration 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).DelayedIteration An iteration that delays the creation of the underlying iteration until it is being accessed.FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
.SilentIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.DelayedIteration An iteration that delays the creation of the underlying iteration until it is being accessed.DistinctIteration An Iteration that filters any duplicate elements from an underlying iterator.FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.IntersectIteration An Iteration that returns the intersection of the results of two Iterations.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.LookAheadIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration 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.impl Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext()
.QueueIteration 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)
.TimeLimitIteration -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.parser.impl Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.TimeLimitIteration -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.query.resultio.helpers Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration 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.base Class Description Iteration 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.contextaware Class Description Iteration 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.evaluation Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.sail Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.repository.sparql Class Description Iteration 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.sparql.federation Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.ConvertingIteration 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).Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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.query Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.base Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.extensiblestore Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.federation.algebra Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.federation.evaluation Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.IterationWrapper Abstract superclass for Iterations that wrap other Iterations.LookAheadIteration 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.helpers Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.inferencer Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.lucene Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.memory.model Class Description AbstractCloseableIteration Base class forCloseableIteration
s offering common functionality.CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.LookAheadIteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration 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.planNodes Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration 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 Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.sail.shacl.results.lazy Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function.apf Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function.list Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spin.function.spif Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding. -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.spring.operationlog Class Description Iteration 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.spring.resultcache Class Description CloseableIteration AnIteration
that can be closed to free resources that it is holding.Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.