Uses of Package
org.eclipse.rdf4j.federated.evaluation.join
Packages that use org.eclipse.rdf4j.federated.evaluation.join
-
Classes in org.eclipse.rdf4j.federated.evaluation.join used by org.eclipse.rdf4j.federated.evaluation.joinClassDescriptionBase class for executing joins as bind joins (i.e., the bindings of a block are injected in the SPARQL query as VALUES clause).Deprecated, for removal: This API element is subject to removal in a future version.Execute 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 a
ControlledWorkerSchedulerwhich works according to the FIFO principle.Base class for any join parallel join executor.Execute the nested loop join in a synchronous fashion, i.e. one binding after the other