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
Execute the nested loop join in an asynchronous fashion, using grouped requests, i.e.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.