Package | Description |
---|---|
org.openrdf.repository.config | |
org.openrdf.repository.contextaware.config | |
org.openrdf.repository.dataset.config | |
org.openrdf.repository.http.config | |
org.openrdf.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
org.openrdf.repository.sail.config | |
org.openrdf.repository.sparql.config | |
org.openrdf.sail.federation.config |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingRepositoryImplConfig |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRepositoryImplConfigBase |
class |
RepositoryImplConfigBase |
Modifier and Type | Method and Description |
---|---|
static RepositoryImplConfig |
RepositoryImplConfigBase.create(Graph graph,
Resource implNode) |
RepositoryImplConfig |
RepositoryFactory.getConfig() |
RepositoryImplConfig |
DelegatingRepositoryImplConfigBase.getDelegate() |
RepositoryImplConfig |
DelegatingRepositoryImplConfig.getDelegate() |
RepositoryImplConfig |
RepositoryConfig.getRepositoryImplConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryFactory.getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied
configuration data.
|
void |
DelegatingRepositoryImplConfigBase.setDelegate(RepositoryImplConfig delegate) |
void |
RepositoryConfig.setRepositoryImplConfig(RepositoryImplConfig implConfig) |
Constructor and Description |
---|
DelegatingRepositoryImplConfigBase(String type,
RepositoryImplConfig delegate)
Create a new DelegatingRepositoryImplConfigBase.
|
RepositoryConfig(String id,
RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl.
|
RepositoryConfig(String id,
String title,
RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareConfig |
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
ContextAwareFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
ContextAwareFactory.getRepository(RepositoryImplConfig configuration) |
Modifier and Type | Class and Description |
---|---|
class |
DatasetRepositoryConfig |
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
DatasetRepositoryFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
DatasetRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRepositoryConfig |
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
HTTPRepositoryFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
HTTPRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
SystemRepositoryConfig |
Modifier and Type | Class and Description |
---|---|
class |
ProxyRepositoryConfig |
class |
SailRepositoryConfig |
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
ProxyRepositoryFactory.getConfig() |
RepositoryImplConfig |
SailRepositoryFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
ProxyRepositoryFactory.getRepository(RepositoryImplConfig config) |
Repository |
SailRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLRepositoryConfig
Configuration for a SPARQL endpoint.
|
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
SPARQLRepositoryFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
SPARQLRepository |
SPARQLRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryImplConfig> |
FederationConfig.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
FederationConfig.addMember(RepositoryImplConfig member) |
Modifier and Type | Method and Description |
---|---|
void |
FederationConfig.setMembers(List<RepositoryImplConfig> members) |
Copyright © 2001–2015 Aduna. All rights reserved.