public abstract class AbstractContinuousMessage extends Object implements DiscoveryCustomMessage
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContinuousMessage(UUID id) |
| Modifier and Type | Method and Description |
|---|---|
DiscoCache |
createDiscoCache(GridDiscoveryManager mgr,
AffinityTopologyVersion topVer,
DiscoCache discoCache)
Creates new discovery cache if message caused topology version change.
|
IgniteUuid |
id() |
boolean |
isMutable() |
UUID |
routineId() |
boolean |
stopProcess()
|
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 isMutable()
isMutable in interface DiscoveryCustomMessageTrue if message can be modified during listener notification. Changes will be sent to next nodes.public boolean stopProcess()
stopProcess in interface DiscoveryCustomMessageTrue if message should not be sent to others nodes after it was processed on coordinator.@Nullable public DiscoCache createDiscoCache(GridDiscoveryManager mgr, AffinityTopologyVersion topVer, DiscoCache discoCache)
createDiscoCache in interface DiscoveryCustomMessagemgr - Discovery manager.topVer - New topology version.discoCache - Current discovery cache.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019