Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.http.server.repository | |
org.eclipse.rdf4j.repository.base |
Abstract base classes and wrappers for the main Repository API interfaces.
|
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 |
A
Repository that serves as a SPARQL endpoint client. |
Modifier and Type | Class and Description |
---|---|
class |
FedXRepository
A special
SailRepository which performs the actions as defined in FedXRepositoryConnection . |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryConfigRepository
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryBase
Deprecated.
since 2.0. Use
AbstractRepository instead. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRepository
A repository that serves as a client for a remote repository on an RDF4J Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyRepository
Repository implementation that takes a
RepositoryResolver instance and the id of a managed repository, and delegate all
calls through to the given repository. |
class |
SailRepository
An implementation of the
Repository interface that operates on a (stack of) Sail object(s). |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLRepository
A proxy class to access any SPARQL 1.1 endpoint.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.