Uses of Interface
org.eclipse.rdf4j.http.client.SesameClientDependent
-
Packages that use SesameClientDependent Package Description org.eclipse.rdf4j.federated.repository org.eclipse.rdf4j.http.client org.eclipse.rdf4j.query.algebra.evaluation.federation org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sparql ARepository
that serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.sparql.federation org.eclipse.rdf4j.sail.federation -
-
Uses of SesameClientDependent in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement SesameClientDependent 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. -
Uses of SesameClientDependent in org.eclipse.rdf4j.http.client
Subinterfaces of SesameClientDependent in org.eclipse.rdf4j.http.client Modifier and Type Interface Description interface
SessionManagerDependent
Common interface for objects, such as Repository and RepositoryConnection, that are dependent onHttpClientSessionManager
. -
Uses of SesameClientDependent in org.eclipse.rdf4j.query.algebra.evaluation.federation
Classes in org.eclipse.rdf4j.query.algebra.evaluation.federation that implement SesameClientDependent Modifier and Type Class Description class
FederatedServiceResolverImpl
Deprecated.since 2.3 useSPARQLServiceResolver
-
Uses of SesameClientDependent in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement SesameClientDependent Modifier and Type Class Description class
HTTPRepository
A repository that serves as a client for a remote repository on an RDF4J Server. -
Uses of SesameClientDependent in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement SesameClientDependent Modifier and Type Class Description 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 SesameClientDependent in org.eclipse.rdf4j.repository.sparql
Classes in org.eclipse.rdf4j.repository.sparql that implement SesameClientDependent Modifier and Type Class Description class
SPARQLRepository
A proxy class to access any SPARQL 1.1 endpoint. -
Uses of SesameClientDependent in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement SesameClientDependent Modifier and Type Class Description class
SPARQLServiceResolver
TheSPARQLServiceResolver
is used to manage a set ofFederatedService
instances, which are used to evaluate SERVICE expressions for particular service Urls. -
Uses of SesameClientDependent in org.eclipse.rdf4j.sail.federation
Classes in org.eclipse.rdf4j.sail.federation that implement SesameClientDependent Modifier and Type Class Description class
Federation
Deprecated.since 3.1.0.
-