Uses of Interface
org.eclipse.rdf4j.repository.config.RepositoryImplConfig
Packages that use RepositoryImplConfig
Package
Description
Repository configuration interfaces.
-
Uses of RepositoryImplConfig in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement RepositoryImplConfigModifier and TypeClassDescriptionclass
ARepositoryImplConfig
to configure FedX for the use in the RDF4J workbench.Methods in org.eclipse.rdf4j.federated.repository with parameters of type RepositoryImplConfigModifier and TypeMethodDescriptionFedXRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.config
Subinterfaces of RepositoryImplConfig in org.eclipse.rdf4j.repository.configClasses in org.eclipse.rdf4j.repository.config that implement RepositoryImplConfigModifier and TypeClassDescriptionclass
class
Methods in org.eclipse.rdf4j.repository.config that return RepositoryImplConfigModifier and TypeMethodDescriptionstatic RepositoryImplConfig
Utility method to create a newRepositoryImplConfig
by reading data from the suppliedModel
.RepositoryFactory.getConfig()
AbstractDelegatingRepositoryImplConfig.getDelegate()
DelegatingRepositoryImplConfig.getDelegate()
RepositoryConfig.getRepositoryImplConfig()
Methods in org.eclipse.rdf4j.repository.config with parameters of type RepositoryImplConfigModifier 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) Constructors in org.eclipse.rdf4j.repository.config with parameters of type RepositoryImplConfigModifierConstructorDescriptionprotected
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
Classes in org.eclipse.rdf4j.repository.contextaware.config that implement RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.contextaware.config that return RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type RepositoryImplConfigModifier and TypeMethodDescriptionContextAwareFactory.getRepository
(RepositoryImplConfig configuration) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.dataset.config
Classes in org.eclipse.rdf4j.repository.dataset.config that implement RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.dataset.config that return RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.dataset.config with parameters of type RepositoryImplConfigModifier and TypeMethodDescriptionDatasetRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.http.config
Classes in org.eclipse.rdf4j.repository.http.config that implement RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.http.config that return RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.http.config with parameters of type RepositoryImplConfigModifier and TypeMethodDescriptionHTTPRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.sail.config
Classes in org.eclipse.rdf4j.repository.sail.config that implement RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.sail.config that return RepositoryImplConfigModifier and TypeMethodDescriptionProxyRepositoryFactory.getConfig()
SailRepositoryFactory.getConfig()
Methods in org.eclipse.rdf4j.repository.sail.config with parameters of type RepositoryImplConfigModifier and TypeMethodDescriptionProxyRepositoryFactory.getRepository
(RepositoryImplConfig config) SailRepositoryFactory.getRepository
(RepositoryImplConfig config) -
Uses of RepositoryImplConfig in org.eclipse.rdf4j.repository.sparql.config
Classes in org.eclipse.rdf4j.repository.sparql.config that implement RepositoryImplConfigModifier and TypeClassDescriptionclass
Configuration for a SPARQL endpoint.Methods in org.eclipse.rdf4j.repository.sparql.config that return RepositoryImplConfigMethods in org.eclipse.rdf4j.repository.sparql.config with parameters of type RepositoryImplConfigModifier and TypeMethodDescriptionSPARQLRepositoryFactory.getRepository
(RepositoryImplConfig config)