Uses of Class
org.eclipse.rdf4j.federated.repository.FedXRepository
-
Packages that use FedXRepository Package Description org.eclipse.rdf4j.federated org.eclipse.rdf4j.federated.repository -
-
Uses of FedXRepository in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return FedXRepository Modifier and Type Method Description FedXRepository
FedXFactory. create()
Create the federation using the provided configurationstatic FedXRepository
FedXFactory. createFederation(File dataConfig)
Create the federation with a specified data source configuration file (*.ttl).static FedXRepository
FedXFactory. createFederation(List<Endpoint> endpoints)
Create the federation by providing the endpoints to add.static FedXRepository
FedXFactory. createSparqlFederation(List<String> sparqlEndpoints)
Create a federation with the provided sparql endpointsMethods in org.eclipse.rdf4j.federated with parameters of type FedXRepository Modifier and Type Method Description void
QueryManager. init(FedXRepository repo, FederationContext federationContext)
-
Uses of FedXRepository in org.eclipse.rdf4j.federated.repository
Constructors in org.eclipse.rdf4j.federated.repository with parameters of type FedXRepository Constructor Description FedXRepositoryConnection(FedXRepository repository, SailConnection sailConnection)
-