Interface OMMXBean

All Superinterfaces:
org.apache.hadoop.hdds.server.ServiceRuntimeInfo
All Known Implementing Classes:
OzoneManager

@Private public interface OMMXBean extends org.apache.hadoop.hdds.server.ServiceRuntimeInfo
This is the JMX management interface for OM information.
  • Method Details

    • getRpcPort

      String getRpcPort()
    • getRatisRoles

      List<List<String>> getRatisRoles()
    • getRatisLogDirectory

      String getRatisLogDirectory()
    • getRocksDbDirectory

      String getRocksDbDirectory()
    • getHostname

      String getHostname()
      Gets the OM hostname.
      Returns:
      the OM hostname for the datanode.