public class IgniteClusterMXBeanImpl extends Object implements IgniteClusterMXBean
IgniteClusterMXBean interface.| Constructor and Description |
|---|
IgniteClusterMXBeanImpl(IgniteClusterImpl cluster) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getId()
Gets cluster ID.
|
String |
getTag()
Gets current cluster tag.
|
void |
tag(String newTag)
Changes cluster tag to provided value.
|
public IgniteClusterMXBeanImpl(IgniteClusterImpl cluster)
cluster - Cluster.public UUID getId()
getId in interface IgniteClusterMXBeanpublic String getTag()
getTag in interface IgniteClusterMXBeanpublic void tag(String newTag) throws JMException
tag in interface IgniteClusterMXBeannewTag - New value to be set as cluster tag.JMException - If provided value failed validation or concurrent change tag operation succeeded.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021