DataNode@Private
@Stable
public interface DataNodeMXBean
| Modifier and Type | Method | Description |
|---|---|---|
int |
getActiveTransferThreadCount() |
Returns the number of Datanode threads actively transferring blocks.
|
java.lang.String |
getBPServiceActorInfo() |
Gets information of the block pool service actors.
|
java.lang.String |
getClusterId() |
Gets the cluster id.
|
java.lang.String |
getDatanodeHostname() |
Gets the datanode hostname.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Long>> |
getDatanodeNetworkCounts() |
Gets the network error counts on a per-Datanode basis.
|
java.lang.String |
getDataPort() |
Gets the data port.
|
java.lang.String |
getDiskBalancerStatus() |
Gets the diskBalancer Status.
|
long |
getDNStartedTimeInMillis() |
Get the start time of the DataNode.
|
java.lang.String |
getHttpPort() |
Gets the http port.
|
java.lang.String |
getNamenodeAddresses() |
Gets the namenode IP addresses.
|
java.lang.String |
getRpcPort() |
Gets the rpc port.
|
java.lang.String |
getSendPacketDownstreamAvgInfo() |
Gets the average info (e.g.
|
java.lang.String |
getSlowDisks() |
Gets the slow disks in the Datanode.
|
java.lang.String |
getSoftwareVersion() |
Get the version of software running on the DataNode
|
java.lang.String |
getVersion() |
Gets the version of Hadoop.
|
java.lang.String |
getVolumeInfo() |
Gets the information of each volume on the Datanode.
|
int |
getXceiverCount() |
Returns the number of active xceivers.
|
int |
getXmitsInProgress() |
Returns an estimate of the number of data replication/reconstruction tasks
running currently.
|
boolean |
isSecurityEnabled() |
Gets if security is enabled.
|
java.lang.String getVersion()
java.lang.String getSoftwareVersion()
java.lang.String getRpcPort()
java.lang.String getHttpPort()
java.lang.String getDataPort()
java.lang.String getNamenodeAddresses()
java.lang.String getDatanodeHostname()
java.lang.String getBPServiceActorInfo()
java.lang.String getVolumeInfo()
java.lang.String getClusterId()
int getXceiverCount()
int getActiveTransferThreadCount()
int getXmitsInProgress()
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Long>> getDatanodeNetworkCounts()
java.lang.String getDiskBalancerStatus()
java.lang.String getSendPacketDownstreamAvgInfo()
Example Json: {"[185.164.159.81:9801]RollingAvgTime":504.867, "[49.236.149.246:9801]RollingAvgTime":504.463, "[84.125.113.65:9801]RollingAvgTime":497.954}
java.lang.String getSlowDisks()
boolean isSecurityEnabled()
long getDNStartedTimeInMillis()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.