Class PingApi
- java.lang.Object
-
- org.apache.iotdb.db.protocol.rest.PingApi
-
@Path("/ping") @Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2022-12-02T16:45:32.397906+08:00[Asia/Shanghai]") public class PingApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PingApi(javax.servlet.ServletConfig servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsetryPing(javax.ws.rs.core.SecurityContext securityContext)
-
-
-
Method Detail
-
tryPing
@GET @Produces("application/json") public javax.ws.rs.core.Response tryPing(@Context javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException- Throws:
NotFoundException
-
-