Uses of Class
org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
Packages that use ParallelExecutorBase
Package
Description
- 
Uses of ParallelExecutorBase in org.eclipse.rdf4j.federated.evaluation.join
Subclasses of ParallelExecutorBase in org.eclipse.rdf4j.federated.evaluation.joinModifier and TypeClassDescriptionclassExecution of a regular join as bind join.classBase class for executing joins as bind joins (i.e., the bindings of a block are injected in the SPARQL query as VALUES clause).classBind join implementation for left joins (i.e., OPTIOAL clauses)classDeprecated, for removal: This API element is subject to removal in a future version.classExecute the nested loop join in an asynchronous fashion, i.e. one binding after the other (but concurrently) The number of concurrent threads is controlled by aControlledWorkerSchedulerwhich works according to the FIFO principle.classExecute the nested loop join in an asynchronous fashion, i.e. one binding after the other (but concurrently) The number of concurrent threads is controlled by aControlledWorkerSchedulerwhich works according to the FIFO principle.classOperator for a hash join of tuple expressions.classBase class for any join parallel join executor.classExecute the nested loop join in a synchronous fashion, using grouped requests, i.e. group bindings into one SPARQL request using the UNION operatorclassExecute the nested loop join in a synchronous fashion, i.e. one binding after the other - 
Uses of ParallelExecutorBase in org.eclipse.rdf4j.federated.evaluation.union
Subclasses of ParallelExecutorBase in org.eclipse.rdf4j.federated.evaluation.unionModifier and TypeClassDescriptionclassExecution of union tasks withControlledWorkerScheduler.classSynchronous execution of union tasks, i.e. one after the other.classBase class for any parallel union executor.classBase class for worker unions providing convenience functions to add tasks. 
ControlledWorkerBindJoinl