@InterfaceAudience.Public @InterfaceStability.Evolving public interface NameNodeStatusMXBean
Modifier and Type | Method and Description |
---|---|
String |
getHostAndPort()
Gets the host and port colon separated.
|
long |
getLastHATransitionTime()
Gets the most recent HA transition time in milliseconds from the epoch.
|
String |
getNNRole()
Gets the NameNode role.
|
String |
getState()
Gets the NameNode state.
|
boolean |
isSecurityEnabled()
Gets if security is enabled.
|
String getHostAndPort()
boolean isSecurityEnabled()
long getLastHATransitionTime()
Copyright © 2015 Apache Software Foundation. All rights reserved.