Package | Description |
---|---|
org.eclipse.rdf4j.console |
A command line console tool for querying and updating local or remote RDF4J repositories.
|
org.eclipse.rdf4j.http.server.repository | |
org.eclipse.rdf4j.http.server.repository.config | |
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
org.eclipse.rdf4j.repository.manager.util | |
org.eclipse.rdf4j.runtime | |
org.eclipse.rdf4j.workbench | |
org.eclipse.rdf4j.workbench.base |
Modifier and Type | Method and Description |
---|---|
RepositoryManager |
ConsoleState.getManager()
Get repository manager
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleState.setManager(RepositoryManager manager)
Set repository manager
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryListController.setRepositoryManager(RepositoryManager repMan) |
void |
RepositoryController.setRepositoryManager(RepositoryManager repMan) |
void |
RepositoryInterceptor.setRepositoryManager(RepositoryManager repMan) |
Constructor and Description |
---|
RepositoryConfigRepository(RepositoryManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigController.setRepositoryManager(RepositoryManager repositoryManager) |
Modifier and Type | Class and Description |
---|---|
class |
LocalRepositoryManager
An implementation of the
RepositoryManager interface that operates directly on the repository data files in
the local file system. |
class |
RemoteRepositoryManager
A manager for
Repository s that reside on a remote server. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingLocalRepositoryManager
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support for registering listeners.
|
class |
TypeFilteringRepositoryManager |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManagerListener.initialized(RepositoryManager manager) |
void |
RepositoryManagerListener.refreshed(RepositoryManager manager) |
void |
RepositoryManagerListener.shutDown(RepositoryManager manager) |
Constructor and Description |
---|
TypeFilteringRepositoryManager(String type,
RepositoryManager delegate) |
Constructor and Description |
---|
RepositoryManagerFederator(RepositoryManager manager)
Deprecated.
Create an instance capable of federating "user repositories" within the given
RepositoryManager . |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServlet.setRepositoryManager(RepositoryManager manager) |
Modifier and Type | Field and Description |
---|---|
protected RepositoryManager |
AbstractRepositoryServlet.manager |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepositoryServlet.setRepositoryManager(RepositoryManager manager) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.