Interface RMInfoMXBean

All Known Implementing Classes:
RMInfo

public interface RMInfoMXBean
Interface for RMInfo class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the host and port colon separated.
    Gets the ResourceManager state.
    boolean
    Gets if security is enabled.
  • Method Details

    • getState

      String getState()
      Gets the ResourceManager state.
      Returns:
      the ResourceManager state.
    • getHostAndPort

      String getHostAndPort()
      Gets the host and port colon separated.
      Returns:
      host and port colon separated.
    • isSecurityEnabled

      boolean isSecurityEnabled()
      Gets if security is enabled.
      Returns:
      true, if security is enabled.