Class FederationEvaluationStrategy

All Implemented Interfaces:
EvaluationStrategy, FederatedServiceResolver, FederatedServiceResolverClient

public class FederationEvaluationStrategy extends StrictEvaluationStrategy
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