Uses of Class
org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
Package
Description
-
Uses of ParallelExecutorBase in org.eclipse.rdf4j.federated.evaluation.join
Modifier and TypeClassDescriptionclass
Execution of a regular join as bind join.class
Base class for executing joins as bind joins (i.e., the bindings of a block are injected in the SPARQL query as VALUES clause).class
Bind join implementation for left joins (i.e., OPTIOAL clauses)class
Deprecated, for removal: This API element is subject to removal in a future version.class
Execute the nested loop join in an asynchronous fashion, i.e.class
Execute the nested loop join in an asynchronous fashion, i.e.class
Operator for a hash join of tuple expressions.class
Base class for any join parallel join executor.class
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e.class
Execute the nested loop join in a synchronous fashion, i.e. -
Uses of ParallelExecutorBase in org.eclipse.rdf4j.federated.evaluation.union
Modifier and TypeClassDescriptionclass
Execution of union tasks withControlledWorkerScheduler
.class
Synchronous execution of union tasks, i.e.class
Base class for any parallel union executor.class
Base class for worker unions providing convenience functions to add tasks.
ControlledWorkerBindJoin
l