Class SparqlFederationEvalStrategy

All Implemented Interfaces:
EvaluationStrategy, FederatedServiceResolver, FederatedServiceResolverClient

@Deprecated(forRemoval=true) public class SparqlFederationEvalStrategy extends FederationEvalStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Implementation of a federation evaluation strategy which provides some special optimizations for SPARQL (remote) endpoints. The most important optimization is to used prepared SPARQL Queries that are already created using Strings.

Joins are executed using ControlledWorkerBindJoin.

This implementation uses the SPARQL 1.1 VALUES operator for the bound-join evaluation

s
Author:
Andreas Schwarte