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
OwnedTupleExpr is the given member. |
FilterCursor |
Provides a convenient constructor for
FilterIterator using 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 a
ParallelJoinCursor . |
QueueCursor<E> | Deprecated
Use
QueueCursor instead |
RepositoryTripleSource | Deprecated |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.