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)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.