Package | Description |
---|---|
org.eclipse.rdf4j.console |
A command line console tool for querying and updating local or remote RDF4J repositories.
|
org.eclipse.rdf4j.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
org.eclipse.rdf4j.repository.manager.util | |
org.eclipse.rdf4j.runtime |
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 | 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)
Create an instance capable of federating "user repositories" within the given
RepositoryManager . |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.