Class RMInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.RMInfo
- All Implemented Interfaces:
RMInfoMXBean
JMX bean for RM info.
-
Method Details
-
register
public void register() -
unregister
public void unregister() -
getState
Description copied from interface:RMInfoMXBeanGets the ResourceManager state.- Specified by:
getStatein interfaceRMInfoMXBean- Returns:
- the ResourceManager state.
-
getHostAndPort
Description copied from interface:RMInfoMXBeanGets the host and port colon separated.- Specified by:
getHostAndPortin interfaceRMInfoMXBean- Returns:
- host and port colon separated.
-
isSecurityEnabled
public boolean isSecurityEnabled()Description copied from interface:RMInfoMXBeanGets if security is enabled.- Specified by:
isSecurityEnabledin interfaceRMInfoMXBean- Returns:
- true, if security is enabled.
-