| 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  Repositorythat serves as a SPARQL endpoint client. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FedXRepositoryA special  SailRepositorywhich performs the actions as defined inFedXRepositoryConnection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RepositoryConfigRepository | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RepositoryBaseDeprecated. 
 since 2.0. Use  AbstractRepositoryinstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTTPRepositoryA repository that serves as a proxy for a remote repository on a Sesame Server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProxyRepositoryRepositoryimplementation that takes aRepositoryResolverinstance and the id of a managed repository, and delegate all
 calls through to the given repository. | 
| class  | SailRepositoryAn implementation of the  Repositoryinterface that operates on a (stack of)Sailobject(s). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLRepositoryA proxy class to access any SPARQL endpoint. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.