See: Description
| Class | Description |
|---|---|
| GridTcpDiscoveryAbstractMessage |
Base class to implement discovery messages.
|
| GridTcpDiscoveryAuthFailedMessage |
Message telling joining node that its authentication failed on coordinator.
|
| GridTcpDiscoveryCheckFailedMessage |
Message telling joining node that it failed coordinator's validation check.
|
| GridTcpDiscoveryDiscardMessage |
Message sent by coordinator when some operation handling is over.
|
| GridTcpDiscoveryDuplicateIdMessage |
Message telling joining node that new topology already contain
different node with same ID.
|
| GridTcpDiscoveryHandshakeRequest |
Handshake request.
|
| GridTcpDiscoveryHandshakeResponse |
Handshake response.
|
| GridTcpDiscoveryHeartbeatMessage |
Heartbeat message.
|
| GridTcpDiscoveryJoinRequestMessage |
Initial message sent by a node that wants to enter topology.
|
| GridTcpDiscoveryLoopbackProblemMessage |
Message telling joining node that it has loopback problem (misconfiguration).
|
| GridTcpDiscoveryNodeAddedMessage |
Message telling nodes that new node should be added to topology.
|
| GridTcpDiscoveryNodeAddFinishedMessage |
Sent by coordinator across the ring to finish node add process.
|
| GridTcpDiscoveryNodeFailedMessage |
Sent by node that has detected node failure to coordinator across the ring,
then sent by coordinator across the ring.
|
| GridTcpDiscoveryNodeLeftMessage |
Sent by node that is stopping to coordinator across the ring,
then sent by coordinator across the ring.
|
| GridTcpDiscoveryStatusCheckMessage |
Message sent by node to its next to ensure that next node and
connection to it are alive.
|
| Annotation Type | Description |
|---|---|
| GridTcpDiscoveryEnsureDelivery |
Message classes with this annotation attached are processed in a special way to
ensure messages delivery.
|
Copyright © 2014. All rights reserved.