public class IgniteSpiMBeanAdapter extends Object implements IgniteSpiManagementMBean
| Modifier and Type | Field and Description |
|---|---|
protected IgniteSpiAdapter |
spiAdapter |
| Constructor and Description |
|---|
IgniteSpiMBeanAdapter(IgniteSpiAdapter spiAdapter)
Constructor
|
| 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.
|
protected IgniteSpiAdapter spiAdapter
public IgniteSpiMBeanAdapter(IgniteSpiAdapter spiAdapter)
spiAdapter - Spi implementation.public final String getStartTimestampFormatted()
getStartTimestampFormatted in interface IgniteSpiManagementMBeanpublic final String getUpTimeFormatted()
getUpTimeFormatted in interface IgniteSpiManagementMBeanpublic final long getStartTimestamp()
getStartTimestamp in interface IgniteSpiManagementMBeanpublic final long getUpTime()
getUpTime in interface IgniteSpiManagementMBeanpublic UUID getLocalNodeId()
getLocalNodeId in interface IgniteSpiManagementMBeanpublic final String getIgniteHome()
getIgniteHome in interface IgniteSpiManagementMBeanpublic String getName()
getName in interface IgniteSpiManagementMBean
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025