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()
IOpMessage
getQueryId
in interface IOpMessage
public int getBOpId()
IOpMessage
getBOpId
in interface IOpMessage
public int getPartitionId()
IOpMessage
getPartitionId
in interface IOpMessage
public UUID getServiceId()
IOpLifeCycleMessage
getServiceId
in interface IOpLifeCycleMessage
public int getChunkMessageCount()
IStartOpMessage
IChunkMessage
accepted as the input for the operator.
Note: This should be ONE (1) unless IChunkMessage
are being
combined for the operator.
getChunkMessageCount
in interface IStartOpMessage
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.