@MXBeanDescription(value="MBean that provides access to information about cluster ID and tag.") public interface IgniteClusterMXBean
Modifier and Type | Method and Description |
---|---|
void |
checkpoint() |
UUID |
getId()
Gets cluster ID.
|
String |
getTag()
Gets current cluster tag.
|
void |
id(UUID newId)
Changes cluster ID to provided value.
|
void |
tag(String newTag)
Changes cluster tag to provided value.
|
@MXBeanDescription(value="Unique identifier of the cluster.") UUID getId()
@MXBeanDescription(value="Set new cluster ID value.") void id(@MXBeanParameter(name="newId",description="New ID value to be set.") UUID newId)
newId
- New value to be set as cluster ID.@MXBeanDescription(value="User-defined cluster tag.") String getTag()
@MXBeanDescription(value="Set new cluster tag value.") void tag(@MXBeanParameter(name="newTag",description="New tag value to be set.") String newTag) throws JMException
newTag
- New value to be set as cluster tag.JMException
- This exception is never thrown. The declaration is kept for source compatibility.@MXBeanDescription(value="Start checkpoint on cluster nodes.") void checkpoint()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024