Package | Description |
---|---|
org.openrdf.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
org.openrdf.repository.manager.util | |
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.repository.sail.config | |
org.openrdf.sail.federation |
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. |
class |
RepositoryManager
A manager for
Repository s. |
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 |
SailRepository.setRepositoryResolver(RepositoryResolver resolver) |
void |
ProxyRepository.setRepositoryResolver(RepositoryResolver resolver) |
void |
SailRepositoryConnection.setRepositoryResolver(RepositoryResolver resolver) |
Constructor and Description |
---|
ProxyRepository(RepositoryResolver resolver,
String proxiedIdentity)
Creates a repository instance that proxies to the given repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryResolverClient.setRepositoryResolver(RepositoryResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
Federation.setRepositoryResolver(RepositoryResolver resolver) |
Copyright © 2001–2015 Aduna. All rights reserved.