|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.rdf.sail.bench.NanoSparqlClient.QueryOptions
public static class NanoSparqlClient.QueryOptions
Options for the query.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
NanoSparqlClient.QueryOptions()
The query is not specified to the constructor must be set explicitly by the caller. |
|
NanoSparqlClient.QueryOptions(String serviceURL,
String queryStr)
|
|
| Method Summary | |
|---|---|
NanoSparqlClient.QueryOptions |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public NanoSparqlClient.QueryOptions()
public NanoSparqlClient.QueryOptions(String serviceURL,
String queryStr)
serviceURL - The SPARQL end point URL.queryStr - The SPARQL query.| Method Detail |
|---|
public NanoSparqlClient.QueryOptions clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||