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, getServiceUUID
UUID[] getRunningQueries() throws RemoteException
RemoteException
PipelineOp getQuery(UUID queryId) throws RemoteException
queryId
- The query identifier.IllegalArgumentException
- if there is no such query.RemoteException
void startOp(IStartOpMessage msg) throws RemoteException
RemoteException
void haltOp(IHaltOpMessage msg) throws RemoteException
RemoteException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.