| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
| org.eclipse.rdf4j.repository.manager.util |
| 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
Repositorys 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) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.