public class StartOpMessage extends Object implements Externalizable, IStartOpMessage
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)).| Constructor and Description |
|---|
StartOpMessage()
De-serialization constructor.
|
StartOpMessage(UUID queryId,
int opId,
int partitionId,
UUID serviceId,
int nmessages) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBOpId()
Return the operator identifier.
|
int |
getChunkMessageCount()
The #of
IChunkMessage accepted as the input for the operator. |
int |
getPartitionId()
Return the index partition identifier.
|
UUID |
getQueryId()
Return the query identifier.
|
UUID |
getServiceId()
Return the identifier of the service on which the operator will/did
execute.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public UUID getQueryId()
IOpMessagegetQueryId in interface IOpMessagepublic int getBOpId()
IOpMessagegetBOpId in interface IOpMessagepublic int getPartitionId()
IOpMessagegetPartitionId in interface IOpMessagepublic UUID getServiceId()
IOpLifeCycleMessagegetServiceId in interface IOpLifeCycleMessagepublic int getChunkMessageCount()
IStartOpMessageIChunkMessage accepted as the input for the operator.
Note: This should be ONE (1) unless IChunkMessage are being
combined for the operator.
getChunkMessageCount in interface IStartOpMessagepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.