public class StartRoutineAckDiscoveryMessage extends AbstractContinuousMessage
routineId| Constructor and Description |
|---|
StartRoutineAckDiscoveryMessage(UUID routineId,
Map<UUID,IgniteCheckedException> errs,
Map<Integer,Long> cntrs,
Map<UUID,Map<Integer,Long>> cntrsPerNode) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
Map<UUID,IgniteCheckedException> |
errs() |
String |
toString() |
Map<Integer,Long> |
updateCounters() |
Map<UUID,Map<Integer,Long>> |
updateCountersPerNode() |
id, isMutable, routineIdpublic StartRoutineAckDiscoveryMessage(UUID routineId, Map<UUID,IgniteCheckedException> errs, Map<Integer,Long> cntrs, Map<UUID,Map<Integer,Long>> cntrsPerNode)
routineId - Routine id.errs - Errs.cntrs - Partition counters.cntrsPerNode - Partition counters per node.@Nullable public DiscoveryCustomMessage ackMessage()
null if ack is not required.public Map<UUID,Map<Integer,Long>> updateCountersPerNode()
public Map<UUID,IgniteCheckedException> errs()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016