Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
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 | |
org.eclipse.rdf4j.sail.federation.config |
Modifier and Type | Class and Description |
---|---|
class |
FedXRepositoryConfig
A
RepositoryImplConfig to configure FedX for the use in the RDF4J workbench. |
Modifier and Type | Method and Description |
---|---|
Repository |
FedXRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingRepositoryImplConfig |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingRepositoryImplConfig |
class |
AbstractRepositoryImplConfig |
class |
DelegatingRepositoryImplConfigBase
Deprecated.
since 2.0. Use
AbstractDelegatingRepositoryImplConfig instead. |
class |
RepositoryImplConfigBase
Deprecated.
since 2.0. Use
AbstractRepositoryImplConfig instead. |
Modifier and Type | Method and Description |
---|---|
static RepositoryImplConfig |
AbstractRepositoryImplConfig.create(Model model,
Resource resource)
Utility method to create a new
RepositoryImplConfig by reading data from the supplied Model . |
RepositoryImplConfig |
RepositoryFactory.getConfig() |
RepositoryImplConfig |
AbstractDelegatingRepositoryImplConfig.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 |
AbstractDelegatingRepositoryImplConfig.setDelegate(RepositoryImplConfig delegate) |
void |
RepositoryConfig.setRepositoryImplConfig(RepositoryImplConfig implConfig) |
Constructor and Description |
---|
AbstractDelegatingRepositoryImplConfig(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
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
SystemRepositoryFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
SystemRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyRepositoryConfig |
class |
SailRepositoryConfig |
Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
SailRepositoryFactory.getConfig() |
RepositoryImplConfig |
ProxyRepositoryFactory.getConfig() |
Modifier and Type | Method and Description |
---|---|
Repository |
SailRepositoryFactory.getRepository(RepositoryImplConfig config) |
Repository |
ProxyRepositoryFactory.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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FederationConfig.addMember(RepositoryImplConfig member)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FederationConfig.setMembers(List<RepositoryImplConfig> members)
Deprecated.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.