Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.repository |
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
|
org.eclipse.rdf4j.repository.config |
Repository configuration interfaces.
|
org.eclipse.rdf4j.repository.contextaware.config | |
org.eclipse.rdf4j.repository.dataset.config | |
org.eclipse.rdf4j.repository.http.config | |
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
org.eclipse.rdf4j.repository.sail.config | |
org.eclipse.rdf4j.repository.sparql.config |
Modifier and Type | Class and Description |
---|---|
class |
FedXRepositoryFactory
A
RepositoryFactory to use FedX in settings with a repository manager, e.g. |
Modifier and Type | Method and Description |
---|---|
static void |
OptimisticIsolationTest.setRepositoryFactory(RepositoryFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected String |
RepositoryRegistry.getKey(RepositoryFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareFactory
A
RepositoryFactory that creates ContextAwareRepository s based on RDF configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
DatasetRepositoryFactory
A
RepositoryFactory that creates DatasetRepository s based on RDF configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRepositoryFactory
A
RepositoryFactory that creates HTTPRepository s based on RDF configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
SystemRepositoryFactory |
Modifier and Type | Class and Description |
---|---|
class |
ProxyRepositoryFactory |
class |
SailRepositoryFactory
A
RepositoryFactory that creates SailRepository s based on RDF configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLRepositoryFactory
Creates
SPARQLRepository from a configuration. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.