Package org.apache.iotdb.db.service
Interface RPCServiceMBean
-
- All Known Subinterfaces:
InfluxDBRPCServiceMBean
- All Known Implementing Classes:
InfluxDBRPCService,RPCService
public interface RPCServiceMBean
-
-
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()
-
-