Package org.apache.hadoop.ozone
Interface DNMXBean
- All Superinterfaces:
org.apache.hadoop.hdds.server.ServiceRuntimeInfo
- All Known Implementing Classes:
DNMXBeanImpl
@Private
public interface DNMXBean
extends org.apache.hadoop.hdds.server.ServiceRuntimeInfo
This is the JMX management interface for DN information.
-
Method Summary
Modifier and TypeMethodDescriptionGets the client rpc port.Gets the datanode hostname.Gets the http port.Gets the https port.Methods inherited from interface org.apache.hadoop.hdds.server.ServiceRuntimeInfo
getNamespace, getSoftwareVersion, getStartedTimeInMillis, getVersion
-
Method Details
-
getHostname
String getHostname()Gets the datanode hostname.- Returns:
- the datanode hostname for the datanode.
-
getClientRpcPort
String getClientRpcPort()Gets the client rpc port.- Returns:
- the client rpc port
-
getHttpPort
String getHttpPort()Gets the http port.- Returns:
- the http port
-
getHttpsPort
String getHttpsPort()Gets the https port.- Returns:
- the http port
-