Package | Description |
---|---|
org.eclipse.rdf4j.federated.evaluation.join | |
org.eclipse.rdf4j.federated.evaluation.union |
Modifier and Type | Class and Description |
---|---|
class |
ControlledWorkerBoundJoin
Execute the nested loop join in an asynchronous fashion, using grouped requests, i.e.
|
class |
ControlledWorkerJoin
Execute the nested loop join in an asynchronous fashion, i.e.
|
class |
ControlledWorkerLeftJoin
Execute the nested loop join in an asynchronous fashion, i.e.
|
class |
HashJoin
Operator for a hash join of tuple expressions.
|
class |
JoinExecutorBase<T>
Base class for any join parallel join executor.
|
class |
SynchronousBoundJoin
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e.
|
class |
SynchronousJoin
Execute the nested loop join in a synchronous fashion, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlledWorkerUnion<T>
Execution of union tasks with
ControlledWorkerScheduler . |
class |
SynchronousWorkerUnion<T>
Synchronous execution of union tasks, i.e.
|
class |
UnionExecutorBase<T>
Base class for any parallel union executor.
|
class |
WorkerUnionBase<T>
Base class for worker unions providing convenience functions to add tasks.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.