Class PingApiService
- java.lang.Object
-
- org.apache.iotdb.db.protocol.rest.PingApiService
-
- Direct Known Subclasses:
PingApiServiceImpl
@Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2022-12-02T16:45:32.397906+08:00[Asia/Shanghai]") public abstract class PingApiService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PingApiService()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract javax.ws.rs.core.ResponsetryPing(javax.ws.rs.core.SecurityContext securityContext)
-
-
-
Method Detail
-
tryPing
public abstract javax.ws.rs.core.Response tryPing(javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException- Throws:
NotFoundException
-
-