class ClusterDescriptionChangedEvent extends ClusterEvent
| Modifier and Type | Field and Description |
|---|---|
private ClusterDescription |
clusterDescription |
| Constructor and Description |
|---|
ClusterDescriptionChangedEvent(java.lang.String clusterId,
ClusterDescription clusterDescription)
Constructs a new instance of the event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ClusterDescription |
getClusterDescription()
Gets the new cluster description.
|
int |
hashCode() |
getClusterIdprivate final ClusterDescription clusterDescription
public ClusterDescriptionChangedEvent(java.lang.String clusterId,
ClusterDescription clusterDescription)
clusterId - the cluster idclusterDescription - the cluster descriptionpublic ClusterDescription getClusterDescription()
public boolean equals(java.lang.Object o)
equals in class ClusterEventpublic int hashCode()
hashCode in class ClusterEvent