Interface MetricServiceMBean
-
- All Known Implementing Classes:
MetricService
public interface MetricServiceMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrestartService()voidstartService()voidstopService()
-
-
-
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()
-
-