Class TcpDiscoveryNodeLeftMessage
- java.lang.Object
-
- org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage
-
- org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractTraceableMessage
-
- org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryNodeLeftMessage
-
- All Implemented Interfaces:
Serializable,TraceableMessage
@TcpDiscoveryEnsureDelivery @TcpDiscoveryRedirectToClient public class TcpDiscoveryNodeLeftMessage extends TcpDiscoveryAbstractTraceableMessage
Sent by node that is stopping to coordinator across the ring, then sent by coordinator across the ring.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage
CHANGE_TOPOLOGY_FLAG_POS, CLIENT_ACK_FLAG_POS, CLIENT_FLAG_POS, CLIENT_RECON_SUCCESS_FLAG_POS, FORCE_FAIL_FLAG_POS, RESPONDED_FLAG_POS
-
-
Constructor Summary
Constructors Constructor Description TcpDiscoveryNodeLeftMessage(UUID creatorNodeId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractTraceableMessage
readResolve, spanContainer
-
Methods inherited from class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractMessage
addFailedNode, client, client, creatorNodeId, equals, failedNodes, failedNodes, force, force, getFlag, hashCode, highPriority, id, pendingIndex, pendingIndex, senderNodeId, senderNodeId, setFlag, topologyVersion, topologyVersion, traceLogLevel, verified, verifierNodeId, verify
-
-
-
-
Constructor Detail
-
TcpDiscoveryNodeLeftMessage
public TcpDiscoveryNodeLeftMessage(UUID creatorNodeId)
Constructor.- Parameters:
creatorNodeId- ID of the node that is about to leave the topology.
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classTcpDiscoveryAbstractMessage
-
-