public class TcpConnectionRequestDiscoveryMessage extends Object implements DiscoveryCustomMessage
| Constructor and Description |
|---|
TcpConnectionRequestDiscoveryMessage(UUID receiverNodeId,
int connIdx) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
int |
connectionIndex() |
DiscoCache |
createDiscoCache(GridDiscoveryManager mgr,
AffinityTopologyVersion topVer,
DiscoCache discoCache)
Creates new discovery cache if message caused topology version change.
|
IgniteUuid |
id() |
boolean |
isMutable() |
UUID |
receiverNodeId() |
String |
toString() |
public TcpConnectionRequestDiscoveryMessage(UUID receiverNodeId, int connIdx)
public IgniteUuid id()
id in interface DiscoveryCustomMessagepublic UUID receiverNodeId()
public int connectionIndex()
@Nullable public @Nullable DiscoveryCustomMessage ackMessage()
ackMessage in interface DiscoveryCustomMessagenull if ack is not required.public boolean isMutable()
isMutable in interface DiscoveryCustomMessageTrue if message can be modified during listener notification. Changes will be sent to next nodes.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.11.1 Release Date : December 20 2021