Class ClusterTagUpdatedEvent

    • Constructor Detail

      • ClusterTagUpdatedEvent

        public ClusterTagUpdatedEvent​(ClusterNode node,
                                      String msg,
                                      UUID clusterId,
                                      String prevTag,
                                      String newTag)
        Parameters:
        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.
    • Method Detail

      • clusterId

        public UUID clusterId()
        Cluster ID which tag was updated.
        Returns:
        UUID of cluster.
      • previousTag

        public String previousTag()
        Value of cluster tag before update request that triggered this event.
        Returns:
        Previous value of tag.
      • newTag

        public String newTag()
        Value of cluster tag after update request that triggered this event.
        Returns:
        New value of tag.