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 IgniteSpiManagementMBean
public final String getUpTimeFormatted()
getUpTimeFormatted
in interface IgniteSpiManagementMBean
public final long getStartTimestamp()
getStartTimestamp
in interface IgniteSpiManagementMBean
public final long getUpTime()
getUpTime
in interface IgniteSpiManagementMBean
public UUID getLocalNodeId()
getLocalNodeId
in interface IgniteSpiManagementMBean
public final String getIgniteHome()
getIgniteHome
in interface IgniteSpiManagementMBean
public String getName()
getName
in interface IgniteSpiManagementMBean
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024