Class PingApiServiceImpl


  • public class PingApiServiceImpl
    extends org.apache.iotdb.db.protocol.rest.PingApiService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response tryPing​(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

      • PingApiServiceImpl

        public PingApiServiceImpl()
    • Method Detail

      • tryPing

        public javax.ws.rs.core.Response tryPing​(javax.ws.rs.core.SecurityContext securityContext)
        Specified by:
        tryPing in class org.apache.iotdb.db.protocol.rest.PingApiService