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
 ClusterNodeRejoinedEvents 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
 
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isMaybeNetworkPartitionResolved
      ()
    
      
    
      
    
      
  
  
      Returns
      - trueif the node joining the cluster may be the result of a network partition (split brain)
         having resolved, otherwise- false.