Uses of Class
org.eclipse.rdf4j.federated.exception.FedXException
Package
Description
-
Uses of FedXException in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionstatic FedXRepository
FedXFactory.createFederation
(List<Endpoint> endpoints) Create the federation by providing the endpoints to add.QueryManager.getQueryPlan
(String queryString) Retrieve the query plan for the given query string.void
FederationManager.shutDown()
Shutdown the federation including the following operations: -
Uses of FedXException in org.eclipse.rdf4j.federated.api
-
Uses of FedXException in org.eclipse.rdf4j.federated.endpoint
Modifier and TypeMethodDescriptionstatic Endpoint
EndpointFactory.loadEndpoint
(String id, Repository repository) Load anEndpoint
for a given (configured) Repository.EndpointFactory.loadFederationMembers
(File dataConfig, File fedXBaseDir) Utility function to load federation members from a data configuration file.EndpointFactory.loadFederationMembers
(Model members, File baseDir) Utility function to load federation members from a model.static Endpoint
EndpointFactory.loadNativeEndpoint
(File location) Construct aNativeStore
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. -
Uses of FedXException in org.eclipse.rdf4j.federated.endpoint.provider
Modifier and TypeMethodDescriptionEndpointProvider.loadEndpoint
(T repoInfo) NativeStoreProvider.loadEndpoint
(NativeRepositoryInformation repoInfo) RemoteRepositoryProvider.loadEndpoint
(RemoteRepositoryRepositoryInformation repoInfo) RepositoryEndpointProvider.loadEndpoint
(RepositoryInformation repoInfo) ResolvableRepositoryProvider.loadEndpoint
(ResolvableRepositoryInformation repoInfo) SPARQLProvider.loadEndpoint
(SPARQLRepositoryInformation repoInfo)