public interface IgniteSpiManagementMBean
Modifier and Type | Method and Description |
---|---|
String |
getIgniteHome()
Gets Ignite installation home folder (i.e.
|
UUID |
getLocalNodeId()
Gets ID of the local node.
|
String |
getName()
Gets name of the SPI.
|
long |
getStartTimestamp()
Get start timestamp of this SPI.
|
String |
getStartTimestampFormatted()
Gets string presentation of the start timestamp.
|
long |
getUpTime()
Gets up-time of this SPI in ms.
|
String |
getUpTimeFormatted()
Gets string presentation of up-time for this SPI.
|
@MXBeanDescription(value="String presentation of the start timestamp.") String getStartTimestampFormatted()
@MXBeanDescription(value="String presentation of up-time for this SPI.") String getUpTimeFormatted()
@MXBeanDescription(value="Start timestamp of this SPI.") long getStartTimestamp()
@MXBeanDescription(value="Up-time of this SPI in milliseconds.") long getUpTime()
@MXBeanDescription(value="Ignite installation home folder.") String getIgniteHome()
@MXBeanDescription(value="ID of the local node.") UUID getLocalNodeId()
@MXBeanDescription(value="Name of the SPI.") String getName()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019