public class StartRoutineDiscoveryMessage extends AbstractContinuousMessage
routineId| Constructor and Description |
|---|
StartRoutineDiscoveryMessage(UUID routineId,
org.apache.ignite.internal.processors.continuous.StartRequestData startReqData,
boolean keepBinary) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
void |
addError(UUID nodeId,
IgniteCheckedException e) |
void |
addUpdateCounters(UUID nodeId,
Map<Integer,T2<Long,Long>> cntrs) |
Map<UUID,IgniteCheckedException> |
errs() |
boolean |
isMutable() |
boolean |
keepBinary() |
org.apache.ignite.internal.processors.continuous.StartRequestData |
startRequestData() |
String |
toString() |
id, routineIdpublic StartRoutineDiscoveryMessage(UUID routineId, org.apache.ignite.internal.processors.continuous.StartRequestData startReqData, boolean keepBinary)
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 void addUpdateCounters(UUID nodeId, Map<Integer,T2<Long,Long>> cntrs)
nodeId - Local node ID.cntrs - Update counters.public Map<UUID,IgniteCheckedException> errs()
public boolean keepBinary()
True if keep binary flag was set on continuous handler.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. 2.1.0 Release Date : July 20 2017