public static class NanoSparqlClient.QueryOptions extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
Boolean |
analytic
When non-
null , either enable or disable the analytic
query package for the request. |
String |
baseURI
The baseURI (optional).
|
String |
defaultGraphUri
The default graph URI (optional).
|
long |
elapsedNanos |
boolean |
explain
When true, request an explanation for the query.
|
String |
method
Either GET or POST.
|
long |
nresults |
String |
password |
String |
queryStr
The SPARQL query.
|
QueryType |
queryType |
boolean |
quiet |
String |
serviceURL
The URL of the SPARQL endpoint.
|
boolean |
showParseTree
When
true , show the parsed operator tree (on the client side). |
boolean |
showQuery
When
true , show the original query string. |
boolean |
showResults
When
true , show the results of the query (on stdout). |
String |
source
The source for this query (e.g., the file from which it was read)
(optional).
|
int |
timeout
The connection timeout (ms).
|
AbstractTripleStore |
tmpKb
Temp KB provided to the parser.
|
boolean |
useCaches
When
false , the http connection will be directed to
ignore caches. |
String |
username |
boolean |
verbose |
Constructor and Description |
---|
NanoSparqlClient.QueryOptions()
The query is not specified to the constructor must be set explicitly
by the caller.
|
NanoSparqlClient.QueryOptions(String serviceURL,
String queryStr) |
public AbstractTripleStore tmpKb
public String serviceURL
public String username
public String password
public String source
public String queryStr
public String baseURI
public String defaultGraphUri
public boolean explain
public Boolean analytic
null
, either enable or disable the analytic
query package for the request.public int timeout
public String method
public boolean useCaches
false
, the http connection will be directed to
ignore caches.public boolean showQuery
true
, show the original query string.public boolean showParseTree
true
, show the parsed operator tree (on the client side).public boolean showResults
true
, show the results of the query (on stdout).public boolean verbose
public boolean quiet
public QueryType queryType
public long nresults
public long elapsedNanos
public NanoSparqlClient.QueryOptions()
public NanoSparqlClient.QueryOptions clone()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.