public interface DiscoverySpiMBean
Modifier and Type | Method and Description |
---|---|
@Nullable UUID |
getCoordinator()
Deprecated.
Use
getCoordinatorNodeFormatted() instead. |
@Nullable String |
getCoordinatorNodeFormatted()
Gets current coordinator node formatted as a string.
|
String |
getLocalNodeFormatted()
Gets local node formatted as a string.
|
long |
getNodesFailed()
Gets failed nodes count.
|
long |
getNodesJoined()
Gets joined nodes count.
|
long |
getNodesLeft()
Gets left nodes count.
|
String |
getSpiState()
Gets current SPI state.
|
@MXBeanDescription(value="SPI state.") String getSpiState()
@MXBeanDescription(value="Nodes joined count.") long getNodesJoined()
@MXBeanDescription(value="Nodes failed count.") long getNodesFailed()
@MXBeanDescription(value="Nodes left count.") long getNodesLeft()
@Deprecated @MXBeanDescription(value="Coordinator node ID.") @Nullable @Nullable UUID getCoordinator()
getCoordinatorNodeFormatted()
instead.@MXBeanDescription(value="Coordinator node formatted as a string.") @Nullable @Nullable String getCoordinatorNodeFormatted()
@MXBeanDescription(value="Local node formatted as a string.") String getLocalNodeFormatted()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019