Interface MPPDataExchangeServiceMBean
-
- All Known Implementing Classes:
MPPDataExchangeService
public interface MPPDataExchangeServiceMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRPCPort()java.lang.StringgetRPCServiceStatus()voidrestartService()voidstartService()voidstopService()
-
-
-
Method Detail
-
getRPCServiceStatus
java.lang.String getRPCServiceStatus()
-
getRPCPort
int getRPCPort()
-
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()
-
-