Interface BalancerMXBean

All Known Implementing Classes:
Balancer

public interface BalancerMXBean
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the compilation information which contains date, user and branch.
    Get the version of software running on the Balancer.
    Gets the version of Hadoop.
  • Method Details

    • getVersion

      String getVersion()
      Gets the version of Hadoop.
      Returns:
      the version of Hadoop
    • getSoftwareVersion

      String getSoftwareVersion()
      Get the version of software running on the Balancer.
      Returns:
      a string representing the version.
    • getCompileInfo

      String getCompileInfo()
      Get the compilation information which contains date, user and branch.
      Returns:
      the compilation information, as a JSON string.