@InterfaceAudience.Public @InterfaceStability.Stable public interface DataNodeMXBean
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getBPServiceActorInfo()
Gets information of the block pool service actors.
|
String |
getClusterId()
Gets the cluster id.
|
Map<String,Map<String,Long>> |
getDatanodeNetworkCounts()
Gets the network error counts on a per-Datanode basis.
|
String |
getDataPort()
Gets the data port.
|
String |
getDiskBalancerStatus()
Gets the diskBalancer Status.
|
String |
getHttpPort()
Gets the http port.
|
String |
getNamenodeAddresses()
Gets the namenode IP addresses.
|
String |
getRpcPort()
Gets the rpc port.
|
String |
getSoftwareVersion()
Get the version of software running on the DataNode
|
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 getVersion()
String getSoftwareVersion()
String getRpcPort()
String getHttpPort()
String getDataPort()
String getNamenodeAddresses()
String getBPServiceActorInfo()
String getVolumeInfo()
String getClusterId()
int getXceiverCount()
Map<String,Map<String,Long>> getDatanodeNetworkCounts()
String getDiskBalancerStatus()
Copyright © 2016 Apache Software Foundation. All rights reserved.