Interface ClusterNodeStatusMBean

All Known Implementing Classes:
ClusterNodeStatus

@ExperimentalApi public interface ClusterNodeStatusMBean
Exposes properties of an individual node for monitoring. The intended use of this class is to monitor the progress of an upgrade in a Data Center environment. Use of this class requires JMX to be enabled on the target JMV, and for the Cluster Monitoring Dark Feature to be enabled.
Since:
v7.3
See Also:
  • Field Details

  • Method Details

    • getNodeVersion

      String getNodeVersion()
      Returns:
      The current JIRA version running on this node, e.g. "7.2.1", "7.3.0-SNAPSHOT".
    • getClusterUpgradeState

      String getClusterUpgradeState()
      Returns:
      The current state of the cluster as it pertains to a Zero Downtime Upgrade.
      See Also: