Class SparqlEndpointConfiguration
java.lang.Object
org.eclipse.rdf4j.federated.endpoint.SparqlEndpointConfiguration
- All Implemented Interfaces:
EndpointConfiguration
Additional
EndpointConfiguration
for SPARQL endpoints.- Author:
- Andreas Schwarte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSupportsASKQueries
(boolean flag) Define whether this endpoint supports ASK queries.boolean
Flag indicating whether ASK queries are supported.
-
Constructor Details
-
SparqlEndpointConfiguration
public SparqlEndpointConfiguration()
-
-
Method Details
-
supportsASKQueries
public boolean supportsASKQueries()Flag indicating whether ASK queries are supported. SpecificTripleSource
implementations may use this information to decide whether to use ASK or SELECT for source selection.- Returns:
- boolean indicating whether ASK queries are supported
-
setSupportsASKQueries
public void setSupportsASKQueries(boolean flag) Define whether this endpoint supports ASK queries.- Parameters:
flag
-
-