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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetSupportsASKQueries(boolean flag) Define whether this endpoint supports ASK queries.booleanFlag indicating whether ASK queries are supported. 
- 
Constructor Details
- 
SparqlEndpointConfiguration
public SparqlEndpointConfiguration() 
 - 
 - 
Method Details
- 
supportsASKQueries
public boolean supportsASKQueries()Flag indicating whether ASK queries are supported. SpecificTripleSourceimplementations 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-
 
 -