public class ClusterTagUpdatedEvent extends EventAdapter
EventType.EVT_CLUSTER_TAG_UPDATED
,
Serialized FormConstructor and Description |
---|
ClusterTagUpdatedEvent(ClusterNode node,
String msg,
UUID clusterId,
String prevTag,
String newTag) |
Modifier and Type | Method and Description |
---|---|
UUID |
clusterId()
Cluster ID which tag was updated.
|
String |
newTag()
Value of cluster tag after update request that triggered this event.
|
String |
previousTag()
Value of cluster tag before update request that triggered this event.
|
public ClusterTagUpdatedEvent(ClusterNode node, String msg, UUID clusterId, String prevTag, String newTag)
node
- Node on which the event was fired.msg
- Optional event message.clusterId
- ID of cluster which tag was updated.prevTag
- Previous cluster tag replaced during update.newTag
- New cluster tag.public UUID clusterId()
public String previousTag()
public String newTag()
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025