Class SparqlEndpointConfiguration
- java.lang.Object
-
- org.eclipse.rdf4j.federated.endpoint.SparqlEndpointConfiguration
-
- All Implemented Interfaces:
EndpointConfiguration
public class SparqlEndpointConfiguration extends Object implements EndpointConfiguration
AdditionalEndpointConfiguration
for SPARQL endpoints.- Author:
- Andreas Schwarte
-
-
Constructor Summary
Constructors Constructor Description SparqlEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setSupportsASKQueries(boolean flag)
Define whether this endpoint supports ASK queries.boolean
supportsASKQueries()
Flag indicating whether ASK queries are supported.
-
-
-
Method Detail
-
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
-
-
-