| Package | Description |
|---|---|
| org.openrdf.repository.manager | |
| org.openrdf.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)
Returns 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 © 2001-2014 Aduna. All Rights Reserved.