public class RMInfo extends Object implements RMInfoMXBean
Modifier and Type | Method and Description |
---|---|
String |
getHostAndPort()
Gets the host and port colon separated.
|
String |
getState()
Gets the ResourceManager state.
|
boolean |
isSecurityEnabled()
Gets if security is enabled.
|
void |
register() |
void |
unregister() |
public void register()
public void unregister()
public String getState()
RMInfoMXBean
getState
in interface RMInfoMXBean
public String getHostAndPort()
RMInfoMXBean
getHostAndPort
in interface RMInfoMXBean
public boolean isSecurityEnabled()
RMInfoMXBean
isSecurityEnabled
in interface RMInfoMXBean
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.