public interface DataNodeMXBean
限定符和类型 | 方法和说明 |
---|---|
String |
getHostName() |
String |
getHttpPort()
Gets the http port.
|
String |
getNamenodeAddress()
Gets the namenode IP address.
|
String |
getRpcPort()
Gets the rpc port.
|
String |
getVersion()
Gets the version of Hadoop.
|
String |
getVolumeInfo()
Gets the information of each volume on the Datanode.
|
int |
getXceiverCount()
Returns an estimate of the number of Datanode threads
actively transferring blocks.
|
String getHostName()
String getVersion()
String getRpcPort()
String getHttpPort()
String getNamenodeAddress()
String getVolumeInfo()
int getXceiverCount()
Copyright © 2009 The Apache Software Foundation