Package | Description |
---|---|
org.eclipse.rdf4j.federated | |
org.eclipse.rdf4j.federated.endpoint | |
org.eclipse.rdf4j.repository |
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
|
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
org.eclipse.rdf4j.repository.manager.util | |
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
org.eclipse.rdf4j.repository.sail.config | |
org.eclipse.rdf4j.sail.federation |
Modifier and Type | Field and Description |
---|---|
protected RepositoryResolver |
FedXFactory.repositoryResolver |
Modifier and Type | Method and Description |
---|---|
void |
FedX.setRepositoryResolver(RepositoryResolver resolver) |
FedXFactory |
FedXFactory.withRepositoryResolver(RepositoryResolver repositoryResolver) |
Modifier and Type | Field and Description |
---|---|
protected RepositoryResolver |
ResolvableEndpoint.repositoryResolver |
Modifier and Type | Method and Description |
---|---|
void |
ResolvableEndpoint.setRepositoryResolver(RepositoryResolver repositoryResolver) |
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 |
ProxyRepository.setRepositoryResolver(RepositoryResolver resolver) |
void |
SailRepository.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)
Deprecated.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.