java.lang.Object | |||||
↳ | java.util.EventObject | ||||
↳ | com.atlassian.bitbucket.event.cluster.ClusterNodeEvent | ||||
↳ | com.atlassian.bitbucket.event.cluster.ClusterMembershipEvent | ||||
↳ | com.atlassian.bitbucket.event.cluster.ClusterNodeAddedEvent | ||||
↳ | com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent |
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.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
true
if the node joining the cluster may be the result of a network partition (split brain)
having resolved, otherwise false
.