| Class | Description | 
|---|---|
| AlternativeCursor<E> | If the primary cursor is empty, use the alternative cursor. | 
| FederationStrategy | Evaluates Join, LeftJoin and Union in parallel and only evaluate if  OwnedTupleExpris the given member. | 
| FilterCursor | Provides a convenient constructor for  FilterIteratorusing the condition. | 
| InsertBindingSetCursor | Adds more bindings to each of the results. | 
| ParallelJoinCursor | Iterate the left side and evaluate the right side in separate thread, only iterate the right side in the controlling
 thread. | 
| ParallelLeftJoinCursor | Transform the condition into a filter and the right side into an  AlternativeCursor, then evaluate as aParallelJoinCursor. | 
| QueueCursor<E> | Deprecated Use  QueueCursorinstead | 
| RepositoryTripleSource | Deprecated | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.