public interface IHaltOpMessage extends IOpLifeCycleMessage
IQueryClient when an operator is done executing
for some chunk of inputs.| Modifier and Type | Method and Description |
|---|---|
int |
getAltSinkMessagesOut()
The number of the
IChunkMessages that were output for the
alternative sink. |
Throwable |
getCause()
The cause and
null if the operator halted normally. |
int |
getSinkMessagesOut()
The number of the
IChunkMessages that were output for the primary
sink. |
BOpStats |
getStats()
The statistics for the execution of the bop against the partition on the
service.
|
getServiceIdgetBOpId, getPartitionId, getQueryIdThrowable getCause()
null if the operator halted normally.int getSinkMessagesOut()
IChunkMessages that were output for the primary
sink. (This information is used for the atomic termination decision.)
For a given downstream operator this is ONE (1) for scale-up. For scale-out, this is one per index partition over which the intermediate results were mapped.
int getAltSinkMessagesOut()
IChunkMessages that were output for the
alternative sink. (This information is used for the atomic termination
decision.)
For a given downstream operator this is ONE (1) for scale-up. For scale-out, this is one per index partition over which the intermediate results were mapped. It is zero if there was no alternative sink for the operator.
BOpStats getStats()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.