Package | Description |
---|---|
com.bigdata.bop.engine |
Modifier and Type | Class and Description |
---|---|
class |
HaltOpMessage
A message sent to the
IQueryClient when an operator is done executing
for some chunk of inputs. |
Modifier and Type | Method and Description |
---|---|
protected void |
ChunkedRunningQuery.haltOp(IHaltOpMessage msg)
Overridden to attempt to consume another chunk each time an operator
reports that it has halted evaluation.
|
protected void |
AbstractRunningQuery.haltOp(IHaltOpMessage msg)
Message provides notice that the operator has ended execution.
|
void |
QueryEngine.haltOp(IHaltOpMessage msg) |
void |
IQueryClient.haltOp(IHaltOpMessage msg)
Notify the client that execution has halted for some query, operator,
node, shard, and source binding set chunk(s).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.