Uses of Class
org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
Packages that use JoinExecutorBase
- 
Uses of JoinExecutorBase in org.eclipse.rdf4j.federated.evaluation.join
Subclasses of JoinExecutorBase 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.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 
ControlledWorkerBindJoinl