Uses of Interface
org.eclipse.rdf4j.repository.config.RepositoryImplConfig
Package
Description
Repository configuration interfaces.
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.federated.repository
Modifier and TypeClassDescriptionclass
ARepositoryImplConfig
to configure FedX for the use in the RDF4J workbench.Modifier and TypeMethodDescriptionFedXRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.config
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionstatic RepositoryImplConfig
Utility method to create a newRepositoryImplConfig
by reading data from the suppliedModel
.RepositoryFactory.getConfig()
AbstractDelegatingRepositoryImplConfig.getDelegate()
DelegatingRepositoryImplConfig.getDelegate()
RepositoryConfig.getRepositoryImplConfig()
Modifier and TypeMethodDescriptionRepositoryFactory.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) ModifierConstructorDescriptionprotected
AbstractDelegatingRepositoryImplConfig
(String type, RepositoryImplConfig delegate) Create a new DelegatingRepositoryImplConfigBase.RepositoryConfig
(String id, String title, RepositoryImplConfig implConfig) Create a new RepositoryConfigImpl.RepositoryConfig
(String id, RepositoryImplConfig implConfig) Create a new RepositoryConfigImpl. -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.contextaware.config
Modifier and TypeMethodDescriptionContextAwareFactory.getRepository
(RepositoryImplConfig configuration) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.dataset.config
Modifier and TypeMethodDescriptionDatasetRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.http.config
Modifier and TypeMethodDescriptionHTTPRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.sail.config
Modifier and TypeMethodDescriptionProxyRepositoryFactory.getConfig()
SailRepositoryFactory.getConfig()
Modifier and TypeMethodDescriptionProxyRepositoryFactory.getRepository
(RepositoryImplConfig config) SailRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.sparql.config
Modifier and TypeClassDescriptionclass
Configuration for a SPARQL endpoint.Modifier and TypeMethodDescriptionSPARQLRepositoryFactory.getRepository
(RepositoryImplConfig config)