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