|  Known Direct Subclasses | 
    
    
    
Class Overview
Raised when a new node joins the cluster.
 
 Due to the non-deterministic nature of event processing, it is possible the other nodes may have joined or left the
 cluster. As a result, using the ClusterInformation
 to determine the cluster nodes may be inconsistent. getCurrentNodes() is provided to simplify deterministic
 processing in listeners.
 
Summary
| [Expand] Inherited Fields | 
|---|
|  From class
java.util.EventObject | 
 
Public Constructors
Public Methods
    
      
        
        public
        
        
        
        
        boolean
      
      isMaybeNetworkPartitionResolved
      ()
    
      
    
      
    
      
  
  
      Returns
      - trueif the node joining the cluster may be the result of a network partition (split brain)
         having resolved, otherwise- false.