Class Overview
Specialization of ClusterNodeAddedEvent
that is raised when a node reconnects to the current node. This
happens when a network partition is resolved, for instance due to intermittent networking issues.
Note: when a network partition in a larger cluster occurs, the node may receive multiple
ClusterNodeRejoinedEvent
s when the partitions merge - one for each node-to-node connection that is
reestablished.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Constructors
Public Methods
@Nonnull
public
Date
getDateDisconnected
()
Returns
- the date the node was disconnected from the current node
@Nonnull
public
Date
getDateReconnected
()
Returns
- the date the node reconnected to the current node