Interface RMInfoMXBean
- All Known Implementing Classes:
RMInfo
public interface RMInfoMXBean
Interface for RMInfo class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the host and port colon separated.getState()Gets the ResourceManager state.booleanGets 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.
-