BackupNode, NameNode@Private
@Stable
public interface NameNodeStatusMXBean
| Modifier and Type | Method | Description |
|---|---|---|
long |
getBytesWithFutureGenerationStamps() |
Gets number of bytes in blocks with future generation stamps.
|
java.lang.String |
getHostAndPort() |
Gets the host and port colon separated.
|
long |
getLastHATransitionTime() |
Gets the most recent HA transition time in milliseconds from the epoch.
|
java.lang.String |
getNNRole() |
Gets the NameNode role.
|
java.lang.String |
getSlowDisksReport() |
Gets the topN slow disks in the cluster, if the feature is enabled.
|
java.lang.String |
getSlowPeersReport() |
Retrieves information about slow DataNodes, if the feature is
enabled.
|
java.lang.String |
getState() |
Gets the NameNode state.
|
boolean |
isSecurityEnabled() |
Gets if security is enabled.
|
java.lang.String getNNRole()
java.lang.String getState()
java.lang.String getHostAndPort()
boolean isSecurityEnabled()
long getLastHATransitionTime()
long getBytesWithFutureGenerationStamps()
java.lang.String getSlowPeersReport()
java.lang.String getSlowDisksReport()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.