Interface ZookeeperDiscoverySpiMBean

    • Method Detail

      • getNodeOrder

        @MXBeanDescription("Node Join Order.")
        long getNodeOrder()
        Gets node join order.
        Returns:
        Node Join Order.
      • getZkConnectionString

        @MXBeanDescription("Zk Connection String.")
        String getZkConnectionString()
        Gets connection string used to connect to ZooKeeper cluster.
        Returns:
        Zk Connection String.
      • getZkSessionTimeout

        @MXBeanDescription("Zk Session Timeout (milliseconds).")
        long getZkSessionTimeout()
        Gets session timeout used by Zk client of local Ignite node.
        Returns:
        Zk Session Timeout.
      • getZkSessionId

        @MXBeanDescription("Zk Session Id.")
        String getZkSessionId()
        Gets session id of Zk client established with ZooKeeper cluster.
        Returns:
        Zk Session Id.
      • getCommErrorProcNum

        @MXBeanDescription("Communication error resolver call count.")
        long getCommErrorProcNum()
        Gets number of communication resolver called.
        Returns:
        Number of communication resolved oparations.
      • getZkRootPath

        @MXBeanDescription("Zk Root Path.")
        String getZkRootPath()
        Gets root path in ZooKeeper cluster Zk client uses to put data to.
        Returns:
        Zk Root Path.