Package org.eclipse.rdf4j.federated.api
Interface FedXApi
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.evaluateAt(String query, List<String> endpointIds) Deprecated, for removal: This API element is subject to removal in a future version.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) Deprecated, for removal: This API element is subject to removal in a future version.voidremoveEndpoint(String endpointId) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidshutdown()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
evaluate
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
QueryEvaluationException
-
evaluate
TupleQueryResult evaluate(String query, List<Endpoint> endpoints) throws FedXException, QueryEvaluationException Deprecated, for removal: This API element is subject to removal in a future version. -
evaluateAt
TupleQueryResult evaluateAt(String query, List<String> endpointIds) throws FedXException, QueryEvaluationException Deprecated, for removal: This API element is subject to removal in a future version. -
getStatements
RepositoryResult<Statement> getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) Deprecated, for removal: This API element is subject to removal in a future version. -
addEndpoint
Deprecated, for removal: This API element is subject to removal in a future version. -
removeEndpoint
Deprecated, for removal: This API element is subject to removal in a future version. -
removeEndpoint
Deprecated, for removal: This API element is subject to removal in a future version. -
shutdown
void shutdown()Deprecated, for removal: This API element is subject to removal in a future version.
-