Class RestApiServiceImpl


  • public class RestApiServiceImpl
    extends org.apache.iotdb.db.protocol.mpprest.RestApiService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response executeNonQueryStatement​(org.apache.iotdb.db.protocol.mpprest.model.SQL sql, javax.ws.rs.core.SecurityContext securityContext)  
      javax.ws.rs.core.Response executeQueryStatement​(org.apache.iotdb.db.protocol.mpprest.model.SQL sql, javax.ws.rs.core.SecurityContext securityContext)  
      javax.ws.rs.core.Response insertTablet​(org.apache.iotdb.db.protocol.mpprest.model.InsertTabletRequest insertTabletRequest, javax.ws.rs.core.SecurityContext securityContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestApiServiceImpl

        public RestApiServiceImpl()
    • Method Detail

      • executeNonQueryStatement

        public javax.ws.rs.core.Response executeNonQueryStatement​(org.apache.iotdb.db.protocol.mpprest.model.SQL sql,
                                                                  javax.ws.rs.core.SecurityContext securityContext)
        Specified by:
        executeNonQueryStatement in class org.apache.iotdb.db.protocol.mpprest.RestApiService
      • executeQueryStatement

        public javax.ws.rs.core.Response executeQueryStatement​(org.apache.iotdb.db.protocol.mpprest.model.SQL sql,
                                                               javax.ws.rs.core.SecurityContext securityContext)
        Specified by:
        executeQueryStatement in class org.apache.iotdb.db.protocol.mpprest.RestApiService
      • insertTablet

        public javax.ws.rs.core.Response insertTablet​(org.apache.iotdb.db.protocol.mpprest.model.InsertTabletRequest insertTabletRequest,
                                                      javax.ws.rs.core.SecurityContext securityContext)
        Specified by:
        insertTablet in class org.apache.iotdb.db.protocol.mpprest.RestApiService