Package | Description |
---|---|
org.eclipse.rdf4j.repository |
The Repository API: the main API for handling RDF4J repositories.
|
org.eclipse.rdf4j.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
org.eclipse.rdf4j.repository.manager.util | |
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.eclipse.rdf4j.repository.sail.config | |
org.eclipse.rdf4j.sail.federation |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryResolverClient.setRepositoryResolver(RepositoryResolver resolver) |
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 |
SailRepositoryConnection.setRepositoryResolver(RepositoryResolver resolver) |
void |
SailRepository.setRepositoryResolver(RepositoryResolver resolver) |
void |
ProxyRepository.setRepositoryResolver(RepositoryResolver resolver) |
Constructor and Description |
---|
ProxyRepository(RepositoryResolver resolver,
String proxiedIdentity)
Creates a repository instance that proxies to the given repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryResolver
Deprecated.
since 2.3 use
RepositoryResolver |
Modifier and Type | Method and Description |
---|---|
void |
Federation.setRepositoryResolver(RepositoryResolver resolver) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.