Uses of Class
org.eclipse.rdf4j.repository.base.AbstractRepository
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 AbstractRepository in org.eclipse.rdf4j.federated.repository
Modifier and TypeClassDescriptionclass
A specialSailRepository
which performs the actions as defined inFedXRepositoryConnection
. -
Uses of AbstractRepository in org.eclipse.rdf4j.http.server.repository
Modifier and TypeClassDescriptionclass
-
Uses of AbstractRepository 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 AbstractRepository in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
Repository
implementation that takes aRepositoryResolver
instance and the id of a managed repository, and delegate all calls through to the given repository.class
An implementation of theRepository
interface that operates on a (stack of)Sail
object(s). -
Uses of AbstractRepository in org.eclipse.rdf4j.repository.sparql
Modifier and TypeClassDescriptionclass
A proxy class to access any SPARQL 1.1 endpoint.