Class RestService
- java.lang.Object
-
- org.apache.iotdb.db.protocol.rest.RestService
-
- All Implemented Interfaces:
org.apache.iotdb.commons.service.IService
public class RestService extends java.lang.Object implements org.apache.iotdb.commons.service.IService
-
-
Constructor Summary
Constructors Constructor Description RestService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.iotdb.commons.service.ServiceTypegetID()static RestServicegetInstance()voidstart()voidstop()
-
-
-
Method Detail
-
start
public void start() throws org.apache.iotdb.commons.exception.StartupException- Specified by:
startin interfaceorg.apache.iotdb.commons.service.IService- Throws:
org.apache.iotdb.commons.exception.StartupException
-
stop
public void stop()
- Specified by:
stopin interfaceorg.apache.iotdb.commons.service.IService
-
getID
public org.apache.iotdb.commons.service.ServiceType getID()
- Specified by:
getIDin interfaceorg.apache.iotdb.commons.service.IService
-
getInstance
public static RestService getInstance()
-
-