@InterfaceAudience.Public @InterfaceStability.Stable public interface DataNodeMXBean
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Gets the cluster id.
|
Map<String,Map<String,Long>> |
getDatanodeNetworkCounts()
Gets the network error counts on a per-Datanode basis.
|
String |
getHttpPort()
Gets the http port.
|
String |
getNamenodeAddresses()
Gets the namenode IP addresses
|
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 getVersion()
String getRpcPort()
String getHttpPort()
String getNamenodeAddresses()
String getVolumeInfo()
String getClusterId()
int getXceiverCount()
Copyright © 2015 Apache Software Foundation. All rights reserved.