public class NodeValidationFailedEvent extends EventAdapter
GridComponent
s fail to validate the joining node
while join message processing.EventType.EVT_NODE_VALIDATION_FAILED
,
GridComponent.validateNode(org.apache.ignite.cluster.ClusterNode)
,
Serialized FormConstructor and Description |
---|
NodeValidationFailedEvent(ClusterNode node,
ClusterNode evtNode,
IgniteNodeValidationResult res)
Creates new node validation event with given parameters.
|
Modifier and Type | Method and Description |
---|---|
ClusterNode |
eventNode() |
String |
toString() |
IgniteNodeValidationResult |
validationResult() |
compareTo, equals, hashCode, id, localOrder, message, message, name, node, node, shortDisplay, timestamp, type, type
public NodeValidationFailedEvent(ClusterNode node, ClusterNode evtNode, IgniteNodeValidationResult res)
node
- Local node.evtNode
- Node which couldn't join the topology due to a validation failure.res
- Joining node validation result.public ClusterNode eventNode()
public IgniteNodeValidationResult validationResult()
public String toString()
toString
in class EventAdapter
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023