Uses of Interface
org.eclipse.rdf4j.http.client.SessionManagerDependent
Package
Description
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.-
Uses of SessionManagerDependent 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. -
Uses of SessionManagerDependent in org.eclipse.rdf4j.repository.http
Modifier and TypeClassDescriptionclass
A repository that serves as a client for a remote repository on an RDF4J Server. -
Uses of SessionManagerDependent in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
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 SessionManagerDependent in org.eclipse.rdf4j.repository.sparql
Modifier and TypeClassDescriptionclass
A proxy class to access any SPARQL 1.1 endpoint. -
Uses of SessionManagerDependent in org.eclipse.rdf4j.repository.sparql.federation
Modifier and TypeClassDescriptionclass
TheSPARQLServiceResolver
is used to manage a set ofFederatedService
instances, which are used to evaluate SERVICE expressions for particular service Urls.