public class RunningQuery extends Object
BigdataRDFContext.AbstractQueryTask
s (this includes both
queries and update requests).
Used to serialize the results for the REST interface in JSON, XML, etc.Modifier and Type | Field and Description |
---|---|
protected boolean |
isCancelled
Was the query cancelled.
|
Constructor and Description |
---|
RunningQuery()
Constructor used for serialization
|
RunningQuery(String extQueryId,
UUID queryUuid,
long begin,
boolean isUpdateQuery) |
Modifier and Type | Method and Description |
---|---|
long |
getBegin() |
long |
getElapsedTimeNS() |
String |
getExtQueryId() |
boolean |
getIsUpdateQuery() |
UUID |
getQueryUuid() |
boolean |
isCancelled() |
void |
setBegin(long begin) |
void |
setCancelled(boolean isCancelled) |
void |
setElapsedTimeNS() |
void |
setExtQueryId(String extQueryId) |
void |
setQueryUuid(UUID queryUuid) |
void |
setUpdateQuery(boolean isUpdateQuery) |
public RunningQuery(String extQueryId, UUID queryUuid, long begin, boolean isUpdateQuery)
public RunningQuery()
public void setElapsedTimeNS()
public long getElapsedTimeNS()
public String getExtQueryId()
public UUID getQueryUuid()
public long getBegin()
public boolean getIsUpdateQuery()
public boolean isCancelled()
public void setCancelled(boolean isCancelled)
public void setExtQueryId(String extQueryId)
public void setQueryUuid(UUID queryUuid)
public void setBegin(long begin)
public void setUpdateQuery(boolean isUpdateQuery)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.