Package | Description |
---|---|
org.eclipse.rdf4j.federated | |
org.eclipse.rdf4j.federated.api | |
org.eclipse.rdf4j.federated.endpoint | |
org.eclipse.rdf4j.federated.endpoint.provider |
Modifier and Type | Method and Description |
---|---|
static FedXRepository |
FedXFactory.createFederation(List<Endpoint> endpoints)
Create the federation by providing the endpoints to add.
|
String |
QueryManager.getQueryPlan(String queryString)
Retrieve the query plan for the given query string.
|
void |
FederationManager.shutDown()
Shutdown the federation including the following operations:
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
FedXApi.evaluate(String query,
List<Endpoint> endpoints) |
TupleQueryResult |
FedXApi.evaluateAt(String query,
List<String> endpointIds) |
Modifier and Type | Method and Description |
---|---|
static Endpoint |
EndpointFactory.loadEndpoint(String id,
Repository repository)
Load an
Endpoint for a given (configured) Repository. |
static List<Endpoint> |
EndpointFactory.loadFederationMembers(File dataConfig,
File fedXBaseDir)
Utility function to load federation members from a data configuration file.
|
static List<Endpoint> |
EndpointFactory.loadFederationMembers(Model members,
File baseDir)
Utility function to load federation members from a model.
|
static Endpoint |
EndpointFactory.loadNativeEndpoint(File location)
Construct a
NativeStore endpoint using the provided information and the file location as name. |
static Endpoint |
EndpointFactory.loadNativeEndpoint(String name,
File location)
Construct a NativeStore endpoint using the provided information.
|
static Endpoint |
EndpointFactory.loadRemoteRepository(String repositoryServer,
String repositoryName) |
static Endpoint |
EndpointFactory.loadRemoteRepository(String repositoryServer,
String repositoryName,
boolean writable) |
static Endpoint |
EndpointFactory.loadSPARQLEndpoint(String endpoint)
Construct a SPARQL endpoint using the the provided information and the host of the url as name.
|
static Endpoint |
EndpointFactory.loadSPARQLEndpoint(String name,
String endpoint)
Construct a SPARQL endpoint using the the provided information.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
NativeStoreProvider.loadEndpoint(NativeRepositoryInformation repoInfo) |
Endpoint |
RemoteRepositoryProvider.loadEndpoint(RemoteRepositoryRepositoryInformation repoInfo) |
Endpoint |
RepositoryEndpointProvider.loadEndpoint(RepositoryInformation repoInfo) |
Endpoint |
ResolvableRepositoryProvider.loadEndpoint(ResolvableRepositoryInformation repoInfo) |
Endpoint |
SPARQLProvider.loadEndpoint(SPARQLRepositoryInformation repoInfo) |
Endpoint |
EndpointProvider.loadEndpoint(T repoInfo) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.