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) |
@Nullable ClassNotFoundException |
deserializationException() |
Map<UUID,IgniteCheckedException> |
errs() |
boolean |
isMutable() |
boolean |
keepBinary() |
org.apache.ignite.internal.processors.continuous.StartRequestData |
startRequestData() |
String |
toString() |
createDiscoCache, 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 sent to next nodes.public DiscoveryCustomMessage ackMessage()
null if ack is not required.@Nullable public @Nullable ClassNotFoundException deserializationException()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020