public abstract class AbstractContinuousMessage extends Object implements DiscoveryCustomMessage
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContinuousMessage(UUID id) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
id() |
boolean |
incrementMinorTopologyVersion()
Whether or not minor version of topology should be increased on message receive.
|
boolean |
isMutable() |
UUID |
routineId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitackMessageprotected final UUID routineId
protected AbstractContinuousMessage(UUID id)
id - Id.public IgniteUuid id()
id in interface DiscoveryCustomMessagepublic UUID routineId()
public boolean incrementMinorTopologyVersion()
incrementMinorTopologyVersion in interface DiscoveryCustomMessagetrue if minor topology version should be increased.AffinityTopologyVersion.minorTopVerpublic boolean isMutable()
isMutable in interface DiscoveryCustomMessagetrue if message can be modified during listener notification. Changes will be send to next nodes.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015