Uses of Interface
org.eclipse.rdf4j.repository.config.RepositoryFactory
-
Packages that use RepositoryFactory 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.sail.config org.eclipse.rdf4j.repository.sparql.config org.eclipse.rdf4j.testsuite.repository org.eclipse.rdf4j.testsuite.sparql A SPARQL test suite for RDF4J repositories -
-
Uses of RepositoryFactory in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement RepositoryFactory Modifier and Type Class Description class
FedXRepositoryFactory
ARepositoryFactory
to use FedX in settings with a repository manager, e.g. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config with parameters of type RepositoryFactory Modifier and Type Method Description protected String
RepositoryRegistry. getKey(RepositoryFactory factory)
-
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.contextaware.config
Classes in org.eclipse.rdf4j.repository.contextaware.config that implement RepositoryFactory Modifier and Type Class Description class
ContextAwareFactory
ARepositoryFactory
that createsContextAwareRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.dataset.config
Classes in org.eclipse.rdf4j.repository.dataset.config that implement RepositoryFactory Modifier and Type Class Description class
DatasetRepositoryFactory
ARepositoryFactory
that createsDatasetRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.http.config
Classes in org.eclipse.rdf4j.repository.http.config that implement RepositoryFactory Modifier and Type Class Description class
HTTPRepositoryFactory
ARepositoryFactory
that createsHTTPRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.sail.config
Classes in org.eclipse.rdf4j.repository.sail.config that implement RepositoryFactory Modifier and Type Class Description class
ProxyRepositoryFactory
class
SailRepositoryFactory
ARepositoryFactory
that createsSailRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.sparql.config
Classes in org.eclipse.rdf4j.repository.sparql.config that implement RepositoryFactory Modifier and Type Class Description class
SPARQLRepositoryFactory
CreatesSPARQLRepository
from a configuration. -
Uses of RepositoryFactory in org.eclipse.rdf4j.testsuite.repository
Methods in org.eclipse.rdf4j.testsuite.repository with parameters of type RepositoryFactory Modifier and Type Method Description static void
OptimisticIsolationTest. setRepositoryFactory(RepositoryFactory factory)
-
Uses of RepositoryFactory in org.eclipse.rdf4j.testsuite.sparql
Fields in org.eclipse.rdf4j.testsuite.sparql declared as RepositoryFactory Modifier and Type Field Description protected RepositoryFactory
RepositorySPARQLComplianceTestSuite. factory
Constructors in org.eclipse.rdf4j.testsuite.sparql with parameters of type RepositoryFactory Constructor Description RepositorySPARQLComplianceTestSuite(RepositoryFactory factory)
-