Class IgniteClusterMXBeanImpl

    • Constructor Detail

      • IgniteClusterMXBeanImpl

        public IgniteClusterMXBeanImpl​(IgniteClusterImpl cluster)
        Parameters:
        cluster - Cluster.
    • Method Detail

      • tag

        public void tag​(String newTag)
                 throws JMException
        Changes cluster tag to provided value.
        Specified by:
        tag in interface IgniteClusterMXBean
        Parameters:
        newTag - New value to be set as cluster tag.
        Throws:
        JMException - If provided value failed validation or concurrent change tag operation succeeded.