public interface IQueryClient extends IQueryPeer
| Modifier and Type | Method and Description |
|---|---|
PipelineOp |
getQuery(UUID queryId)
Return the query.
|
UUID[] |
getRunningQueries()
Return the set of queries which are running as of the moment when the
request was processed.
|
void |
haltOp(IHaltOpMessage msg)
Notify the client that execution has halted for some query, operator,
node, shard, and source binding set chunk(s).
|
void |
startOp(IStartOpMessage msg)
Notify the client that execution has started for some query, operator,
node, and index partition.
|
bufferReady, cancelQuery, declareQuery, getServiceUUIDUUID[] getRunningQueries() throws RemoteException
RemoteExceptionPipelineOp getQuery(UUID queryId) throws RemoteException
queryId - The query identifier.IllegalArgumentException - if there is no such query.RemoteExceptionvoid startOp(IStartOpMessage msg) throws RemoteException
RemoteExceptionvoid haltOp(IHaltOpMessage msg) throws RemoteException
RemoteExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.