Package org.eclipse.rdf4j.query.algebra.evaluation.federation
-
Interface Summary Interface Description FederatedService FederatedService to allow for customized evaluation of SERVICE expression.FederatedServiceResolver TheFederatedServiceResolver
is used to manage a set ofFederatedService
instances, which are used to evaluate SERVICE expressions for particular service Urls.FederatedServiceResolverClient Interface used bySailFactory
andRepositoryFactory
that can make external SERVICE calls. -
Class Summary Class Description AbstractFederatedServiceResolver Base class forFederatedServiceResolver
which takes care for lifecycle management of producedFederatedService
s.FederatedServiceResolverBase Deprecated. UseAbstractFederatedServiceResolver
instead.JoinExecutorBase<T> Deprecated. UseJoinExecutorBase
RepositoryFederatedService Deprecated. ServiceCrossProductIteration Deprecated. ServiceJoinConversionIteration Deprecated, for removal: This API element is subject to removal in a future version. since 2.3 useServiceJoinConversionIteration
ServiceJoinIterator Iterator for efficient SERVICE evaluation (vectored).SPARQLFederatedService Deprecated. TupleFunctionFederatedService A federated service that can evaluateTupleFunction
s.