Class AdminWebService.CurationAgentHealthResponse
java.lang.Object
ubic.gemma.rest.AdminWebService.CurationAgentHealthResponse
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionPopulated when the probe threw (timeout, connection refused, malformed URL, etc.).HTTP status code from the upstream service; 0 when the request didn't complete.longUP, DOWN, or NOT_CONFIGURED.int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
status
UP, DOWN, or NOT_CONFIGURED. -
url
-
timeoutMillis
public int timeoutMillis -
latencyMillis
public long latencyMillis -
httpStatus
HTTP status code from the upstream service; 0 when the request didn't complete. -
error
Populated when the probe threw (timeout, connection refused, malformed URL, etc.).
-
-
Constructor Details
-
CurationAgentHealthResponse
public CurationAgentHealthResponse()
-