java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | com.atlassian.bitbucket.event.cluster.ClusterNodeEvent | |||
↳ | com.atlassian.bitbucket.event.cluster.ClusterMembershipEvent | |||
↳ | com.atlassian.bitbucket.event.cluster.ClusterNodeRemovedEvent |
Raised when an existing node
leaves 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.cluster.ClusterMembershipEvent
| |||||||||||
From class
com.atlassian.bitbucket.event.cluster.ClusterNodeEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
|
current nodes
set