| Package | Description | 
|---|---|
| org.eclipse.rdf4j.common.concurrent.locks | Package offering various locking scheme implementations. | 
| org.eclipse.rdf4j.common.iteration | |
| org.eclipse.rdf4j.federated.evaluation.iterator | |
| org.eclipse.rdf4j.query.algebra.evaluation.iterator | |
| org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator | |
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.query.resultio.helpers | |
| org.eclipse.rdf4j.repository.sparql.query | |
| org.eclipse.rdf4j.sail.federation.evaluation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LockingIteration<E,X extends Exception>An Iteration that holds on to a lock until the Iteration is closed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DistinctIteration<E,X extends Exception>An Iteration that filters any duplicate elements from an underlying iterator. | 
| class  | FilterIteration<E,X extends Exception>A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned. | 
| class  | IntersectIteration<E,X extends Exception>An Iteration that returns the intersection of the results of two Iterations. | 
| class  | LimitIteration<E,X extends Exception>An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount. | 
| class  | MinusIteration<E,X extends Exception>An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the
 right argument). | 
| class  | OffsetIteration<E,X extends Exception>An Iteration that skips the first offset elements from an underlying Iteration. | 
| class  | ReducedIteration<E,X extends Exception>Removes consecutive duplicates from the object stream. | 
| class  | TimeLimitIteration<E,X extends Exception> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FilteringInsertBindingsIterationFilters iteration according to specified filterExpr and inserts original bindings into filtered results. | 
| class  | FilteringIterationFilters iteration according to specified filterExpr. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompatibleBindingSetFilterDeprecated.   | 
| class  | FilterIterator | 
| class  | SPARQLMinusIteration<X extends Exception>An Iteration that returns the results of an Iteration (the left argument) MINUS any results that are compatible with
 results of another Iteration (the right argument) or that have no shared variables. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LimitedSizeDistinctIteration | 
| class  | LimitedSizeIntersectIteration | 
| class  | LimitedSizeSPARQLMinusIteration | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | AbstractParserQuery.QueryInterruptIteration | 
| class  | BackgroundGraphResultProvides concurrent access to statements as they are being parsed when instances of this class are run as Threads. | 
| class  | GraphQueryResultImplDeprecated. 
 since 2.0. Use  IteratingGraphQueryResultinstead. | 
| class  | IteratingGraphQueryResultAn iterating implementation of the  GraphQueryResultinterface. | 
| class  | IteratingTupleQueryResultAn iterating implementation of the  TupleQueryResultinterface. | 
| class  | TupleQueryResultImplDeprecated. 
 since 2.0. Use  IteratingTupleQueryResultinstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BackgroundTupleResultProvides concurrent access to tuple results as they are being parsed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InsertBindingSetCursorAdds more bindings to each of the results. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FilterCursorProvides a convenient constructor for  FilterIteratorusing the condition. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.