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 ARepositorythat 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 classFedXRepositoryA specialSailRepositorywhich performs the actions as defined inFedXRepositoryConnection.classFedXRepositoryConnectionA specialSailRepositoryConnectionwhich 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 interfaceSessionManagerDependentCommon 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 classFederatedServiceResolverImplDeprecated.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 classHTTPRepositoryA 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 classSailRepositoryAn implementation of theRepositoryinterface that operates on a (stack of)Sailobject(s).classSailRepositoryConnectionAn implementation of theRepositoryConnectioninterface 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 classSPARQLRepositoryA 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 classSPARQLServiceResolverTheSPARQLServiceResolveris used to manage a set ofFederatedServiceinstances, 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 classFederationDeprecated.since 3.1.0.
-