public interface IPreparedOperation
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name)
Return the value of the specified HTTP header.
|
long |
getMaxQueryMillis()
Return the maximum time in milliseconds that the query will be permitted
to run.
|
UUID |
getQueryId()
Return the
UUID that will be used to uniquely identify this
operation (query, update, etc.). |
boolean |
isUpdate()
Return
true iff this is a SPARQL UPDATE request (versus a
SPARQL query). |
void |
setAcceptHeader(String value)
Convenience method to set the
Accept header. |
void |
setHeader(String name,
String value)
Override the value of the specified HTTP header.
|
void |
setMaxQueryMillis(long millis)
Specify the maximum time in milliseconds that the query will be permitted
to run.
|
boolean isUpdate()
true iff this is a SPARQL UPDATE request (versus a
SPARQL query).UUID getQueryId()
UUID that will be used to uniquely identify this
operation (query, update, etc.).void setHeader(String name, String value)
name - The name of the HTTP header.value - The value to be used.void setAcceptHeader(String value)
Accept header.value - The value to be used.void setMaxQueryMillis(long millis)
millis - The timeout in milliseconds.(Set timeout on remote query)long getMaxQueryMillis()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.