Uses of Interface
org.eclipse.rdf4j.http.client.SessionManagerDependent
Packages that use 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.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement SessionManagerDependentModifier and TypeClassDescriptionclassA repository that serves as a client for a remote repository on an RDF4J Server. -
Uses of SessionManagerDependent in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement SessionManagerDependentModifier and TypeClassDescriptionclassAn implementation of theRepositoryinterface that operates on a (stack of)Sailobject(s).classAn implementation of theRepositoryConnectioninterface that wraps aSailConnection. -
Uses of SessionManagerDependent in org.eclipse.rdf4j.repository.sparql
Classes in org.eclipse.rdf4j.repository.sparql that implement SessionManagerDependentModifier and TypeClassDescriptionclassA proxy class to access any SPARQL 1.1 endpoint. -
Uses of SessionManagerDependent in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement SessionManagerDependentModifier and TypeClassDescriptionclassTheSPARQLServiceResolveris used to manage a set ofFederatedServiceinstances, which are used to evaluate SERVICE expressions for particular service Urls.