| ClusterMembershipEvent | A base class for events related to cluster membership, raised when nodes joinandleavethe cluster. | 
| ClusterNodeAddedEvent | Raised when a new nodejoins the cluster. | 
| ClusterNodeEvent | A base class for events related to the cluster. | 
| ClusterNodeRejoinedEvent | Specialization of ClusterNodeAddedEventthat is raised when a node reconnects to the current node. | 
| ClusterNodeRemovedEvent | Raised when an existing nodeleaves the cluster. |