Interface MetricServiceMBean

  • All Known Implementing Classes:
    MetricService

    public interface MetricServiceMBean
    • Method Detail

      • startService

        void startService()
                   throws org.apache.iotdb.commons.exception.StartupException
        Throws:
        org.apache.iotdb.commons.exception.StartupException
      • restartService

        void restartService()
                     throws org.apache.iotdb.commons.exception.StartupException
        Throws:
        org.apache.iotdb.commons.exception.StartupException
      • stopService

        void stopService()