public class StartRoutineDiscoveryMessage extends AbstractContinuousMessage
routineId| Constructor and Description |
|---|
StartRoutineDiscoveryMessage(UUID routineId,
org.apache.ignite.internal.processors.continuous.StartRequestData startReqData) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
void |
addError(UUID nodeId,
IgniteCheckedException e) |
Map<UUID,IgniteCheckedException> |
errs() |
boolean |
isMutable() |
org.apache.ignite.internal.processors.continuous.StartRequestData |
startRequestData() |
String |
toString() |
id, incrementMinorTopologyVersion, routineIdpublic StartRoutineDiscoveryMessage(UUID routineId, org.apache.ignite.internal.processors.continuous.StartRequestData startReqData)
routineId - Routine id.startReqData - Start request data.public org.apache.ignite.internal.processors.continuous.StartRequestData startRequestData()
public void addError(UUID nodeId, IgniteCheckedException e)
nodeId - Node id.e - Exception.public Map<UUID,IgniteCheckedException> errs()
public boolean isMutable()
isMutable in interface DiscoveryCustomMessageisMutable in class AbstractContinuousMessagetrue if message can be modified during listener notification. Changes will be send to next nodes.public DiscoveryCustomMessage ackMessage()
null if ack is not required.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015