Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.repository |
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
|
org.eclipse.rdf4j.repository.config |
Repository configuration interfaces.
|
org.eclipse.rdf4j.repository.contextaware.config | |
org.eclipse.rdf4j.repository.dataset.config | |
org.eclipse.rdf4j.repository.http.config | |
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
org.eclipse.rdf4j.repository.manager.util | |
org.eclipse.rdf4j.repository.sail.config | |
org.eclipse.rdf4j.repository.sparql.config |
Modifier and Type | Method and Description |
---|---|
Repository |
FedXRepositoryFactory.getRepository(RepositoryImplConfig config) |
void |
FedXRepositoryConfig.parse(Model m,
Resource implNode) |
void |
FedXRepositoryConfig.validate() |
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryResolver.getRepository(String memberID) |
Modifier and Type | Method and Description |
---|---|
static RepositoryImplConfig |
AbstractRepositoryImplConfig.create(Model model,
Resource resource)
Utility method to create a new
RepositoryImplConfig by reading data from the supplied Model . |
static RepositoryConfig |
RepositoryConfig.create(Model model,
Resource repositoryNode)
Creates a new
RepositoryConfig object and initializes it by supplying the model and
repositoryNode to its parse method. |
static Resource |
RepositoryConfigUtil.getContext(RepositoryConnection con,
String repositoryID)
Deprecated.
|
Repository |
RepositoryFactory.getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied configuration data.
|
static RepositoryConfig |
RepositoryConfigUtil.getRepositoryConfig(Repository repository,
String repositoryID)
Deprecated.
|
static boolean |
RepositoryConfigUtil.hasRepositoryConfig(Repository repository,
String repositoryID)
Deprecated.
|
void |
RepositoryImplConfig.parse(Model model,
Resource resource)
Reads the properties of this
RepositoryImplConfig from the supplied Model and sets them accordingly. |
void |
AbstractDelegatingRepositoryImplConfig.parse(Model model,
Resource resource) |
void |
AbstractRepositoryImplConfig.parse(Model model,
Resource resource) |
void |
RepositoryConfig.parse(Model model,
Resource repositoryNode) |
static boolean |
RepositoryConfigUtil.removeRepositoryConfigs(Repository repository,
String... repositoryIDs)
Deprecated.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(RepositoryConnection con,
RepositoryConfig... configs)
Deprecated.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(Repository repository,
RepositoryConfig... configs)
Deprecated.
|
void |
RepositoryImplConfig.validate()
Validates this configuration.
|
void |
AbstractDelegatingRepositoryImplConfig.validate() |
void |
AbstractRepositoryImplConfig.validate() |
void |
RepositoryConfig.validate()
Validates this configuration.
|
Modifier and Type | Method and Description |
---|---|
Repository |
ContextAwareFactory.getRepository(RepositoryImplConfig configuration) |
void |
ContextAwareConfig.parse(Model model,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
Repository |
DatasetRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Method and Description |
---|---|
Repository |
HTTPRepositoryFactory.getRepository(RepositoryImplConfig config) |
void |
HTTPRepositoryConfig.parse(Model model,
Resource implNode) |
void |
HTTPRepositoryConfig.validate() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManager.addRepositoryConfig(RepositoryConfig config)
Adds or updates the configuration of a repository to the manager's system repository.
|
void |
RemoteRepositoryManager.addRepositoryConfig(RepositoryConfig config) |
void |
LocalRepositoryManager.addRepositoryConfig(RepositoryConfig config) |
protected abstract Repository |
RepositoryManager.createRepository(String id)
Creates and initializes the repository with the specified ID.
|
protected Repository |
RemoteRepositoryManager.createRepository(String id)
Creates and initializes the repository with the specified ID.
|
protected Repository |
LocalRepositoryManager.createRepository(String id) |
Collection<Repository> |
RepositoryManager.getAllRepositories()
Returns all configured repositories.
|
String |
RepositoryManager.getNewRepositoryID(String baseName)
Generates an ID for a new repository based on the specified base name.
|
Repository |
SystemRepositoryFactory.getRepository(RepositoryImplConfig config) |
static Repository |
RepositoryProvider.getRepository(String url)
Retrieves a (new or existing) Repository object for the supplied repository URL.
|
Repository |
RepositoryManager.getRepository(String identity)
Gets the repository that is known by the specified ID from this manager.
|
RepositoryConfig |
RepositoryManager.getRepositoryConfig(String repositoryID) |
static LocalRepositoryManager |
RepositoryProvider.getRepositoryManager(File dir)
Creates a
LocalRepositoryManager , if not already created, that will be shutdown when the JVM exits
cleanly. |
static RepositoryManager |
RepositoryProvider.getRepositoryManager(String url)
Creates a
RepositoryManager , if not already created, that will be shutdown when the JVM exits cleanly. |
static RepositoryManager |
RepositoryProvider.getRepositoryManagerOfRepository(String url)
Retrieves the
RepositoryManager that will be used for the given repository URL. |
boolean |
RepositoryManager.hasRepositoryConfig(String repositoryID) |
boolean |
RepositoryManager.removeRepository(String repositoryID)
Removes the specified repository by deleting its configuration from the manager's system repository if such a
configuration is present, and removing any persistent data associated with the repository.
|
boolean |
RemoteRepositoryManager.removeRepository(String repositoryID) |
boolean |
LocalRepositoryManager.removeRepository(String repositoryID) |
boolean |
RepositoryManager.removeRepositoryConfig(String repositoryID)
Deprecated.
since 2.0. Use
RepositoryManager.removeRepository(String repositoryID) instead. |
Modifier and Type | Method and Description |
---|---|
void |
TypeFilteringRepositoryManager.addRepositoryConfig(RepositoryConfig config) |
protected Repository |
TypeFilteringRepositoryManager.createRepository(String id) |
String |
TypeFilteringRepositoryManager.getNewRepositoryID(String baseName) |
Repository |
TypeFilteringRepositoryManager.getRepository(String id) |
RepositoryConfig |
TypeFilteringRepositoryManager.getRepositoryConfig(String repositoryID) |
boolean |
TypeFilteringRepositoryManager.hasRepositoryConfig(String repositoryID) |
protected boolean |
TypeFilteringRepositoryManager.isCorrectType(String repositoryID) |
boolean |
TypeFilteringRepositoryManager.removeRepositoryConfig(String repositoryID)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Repository |
SailRepositoryFactory.getRepository(RepositoryImplConfig config) |
Repository |
ProxyRepositoryFactory.getRepository(RepositoryImplConfig config) |
Repository |
RepositoryResolver.getRepository(String memberID)
Deprecated.
|
void |
ProxyRepositoryConfig.parse(Model model,
Resource implNode) |
void |
SailRepositoryConfig.parse(Model model,
Resource repImplNode) |
void |
ProxyRepositoryConfig.validate() |
void |
SailRepositoryConfig.validate() |
Modifier and Type | Method and Description |
---|---|
SPARQLRepository |
SPARQLRepositoryFactory.getRepository(RepositoryImplConfig config) |
void |
SPARQLRepositoryConfig.parse(Model m,
Resource implNode) |
void |
SPARQLRepositoryConfig.validate() |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.