Uses of Interface
org.eclipse.rdf4j.repository.RepositoryResolverClient
Package
Description
Repository implementation for local RDF databases that implement the SAIL SPI.
-
Uses of RepositoryResolverClient in org.eclipse.rdf4j.federated
Modifier and TypeClassDescriptionclass
FedX serves as implementation of the federation layer. -
Uses of RepositoryResolverClient in org.eclipse.rdf4j.federated.repository
Modifier and TypeClassDescriptionclass
A specialSailRepository
which performs the actions as defined inFedXRepositoryConnection
.class
A specialSailRepositoryConnection
which adds the original query string as binding to the returned query.class
Wrapper for theFedXRepository
in order to allow for lazy initialization. -
Uses of RepositoryResolverClient in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
Repository
implementation that takes aRepositoryResolver
instance and the id of a managed repository, and delegate all calls through to the given repository.class
An implementation of theRepository
interface that operates on a (stack of)Sail
object(s).class
An implementation of theRepositoryConnection
interface that wraps aSailConnection
. -
Uses of RepositoryResolverClient in org.eclipse.rdf4j.repository.sail.config
RepositoryResolverClient