@Deprecated @MXBeanDescription(value="MBean that provides access to information about cluster ID and tag.") public interface IgniteClusterMXBean
CommandMBean
Modifier and Type | Method and Description |
---|---|
UUID |
getId()
Deprecated.
Gets cluster ID.
|
String |
getTag()
Deprecated.
Gets current cluster tag.
|
void |
tag(String newTag)
Deprecated.
Changes cluster tag to provided value.
|
@MXBeanDescription(value="Unique identifier of the cluster.") UUID getId()
@MXBeanDescription(value="User-defined cluster tag.") String getTag()
@MXBeanDescription(value="Set new cluster tag value.") @MXBeanParametersNames(value="newTag") @MXBeanParametersDescriptions(value="New tag value to be set.") void tag(String newTag) throws JMException
newTag
- 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.16.0 Release Date : December 15 2023