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