Package | Description |
---|---|
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.config | |
org.openrdf.repository.contextaware.config | |
org.openrdf.repository.dataset.config | |
org.openrdf.repository.http.config | |
org.openrdf.repository.sail.config | |
org.openrdf.repository.sparql.config |
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 |
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 © 2001-2016 Aduna. All Rights Reserved.