@MXBeanDescription(value="MBean provide access to Zookeeper-based discovery SPI.") public interface ZookeeperDiscoverySpiMBean extends IgniteSpiManagementMBean, DiscoverySpiMBean
ZookeeperDiscoverySpi
.Modifier and Type | Method and Description |
---|---|
long |
getCommErrorProcNum()
Gets number of communication resolver called.
|
long |
getNodeOrder()
Gets node join order.
|
String |
getZkConnectionString()
Gets connection string used to connect to ZooKeeper cluster.
|
String |
getZkRootPath()
Gets root path in ZooKeeper cluster Zk client uses to put data to.
|
String |
getZkSessionId()
Gets session id of Zk client established with ZooKeeper cluster.
|
long |
getZkSessionTimeout()
Gets session timeout used by Zk client of local Ignite node.
|
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
getCoordinator, getCoordinatorNodeFormatted, getLocalNodeFormatted, getNodesFailed, getNodesJoined, getNodesLeft, getSpiState
@MXBeanDescription(value="Node Join Order.") long getNodeOrder()
@MXBeanDescription(value="Zk Connection String.") String getZkConnectionString()
@MXBeanDescription(value="Zk Session Timeout (milliseconds).") long getZkSessionTimeout()
@MXBeanDescription(value="Zk Session Id.") String getZkSessionId()
@MXBeanDescription(value="Communication error resolver call count.") long getCommErrorProcNum()
@MXBeanDescription(value="Zk Root Path.") String getZkRootPath()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019