Package | Description |
---|---|
org.eclipse.rdf4j.federated | |
org.eclipse.rdf4j.federated.repository |
Modifier and Type | Method and Description |
---|---|
FedXRepository |
FedXFactory.create()
Create the federation using the provided configuration
|
static 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 endpoints
|
Modifier and Type | Method and Description |
---|---|
void |
QueryManager.init(FedXRepository repo,
FederationContext federationContext) |
Constructor and Description |
---|
FedXRepositoryConnection(FedXRepository repository,
SailConnection sailConnection) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.