public interface GridSpiManagementMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getGridGainHome()
Gets Gridgain 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.
|
@GridMBeanDescription(value="String presentation of the start timestamp.") String getStartTimestampFormatted()
@GridMBeanDescription(value="String presentation of up-time for this SPI.") String getUpTimeFormatted()
@GridMBeanDescription(value="Start timestamp of this SPI.") long getStartTimestamp()
@GridMBeanDescription(value="Up-time of this SPI in milliseconds.") long getUpTime()
@GridMBeanDescription(value="Gridgain installation home folder.") String getGridGainHome()
@GridMBeanDescription(value="ID of the local node.") UUID getLocalNodeId()
@GridMBeanDescription(value="Name of the SPI.") String getName()
Copyright © 2014. All rights reserved.