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