Package | Description |
---|---|
com.bigdata.bop.engine |
Modifier and Type | Class and Description |
---|---|
class |
StartOpMessage
A message sent to the
IQueryClient when an operator begins executing
for some chunk of inputs (an operator on a node against a shard for some
binding set chunks generated by downstream operator(s)). |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRunningQuery.startOp(IStartOpMessage msg)
Message provides notice that the operator has started execution and will
consume some specific number of binding set chunks.
|
void |
QueryEngine.startOp(IStartOpMessage msg) |
void |
IQueryClient.startOp(IStartOpMessage msg)
Notify the client that execution has started for some query, operator,
node, and index partition.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.