Uses of Class
uk.gov.gchq.gaffer.rest.SystemStatus
-
Packages that use SystemStatus Package Description uk.gov.gchq.gaffer.rest Classes which provide the Gaffer REST API.uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.service.v1 Service implementations for v1 of the Gaffer REST API. -
-
Uses of SystemStatus in uk.gov.gchq.gaffer.rest
Fields in uk.gov.gchq.gaffer.rest declared as SystemStatus Modifier and Type Field Description static SystemStatus
SystemStatus. DOWN
static SystemStatus
SystemStatus. OUT_OF_SERVICE
static SystemStatus
SystemStatus. UNKNOWN
static SystemStatus
SystemStatus. UP
-
Uses of SystemStatus in uk.gov.gchq.gaffer.rest.controller
Methods in uk.gov.gchq.gaffer.rest.controller that return SystemStatus Modifier and Type Method Description SystemStatus
StatusController. getStatus()
-
Uses of SystemStatus in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 that return SystemStatus Modifier and Type Method Description SystemStatus
IStatusService. status()
SystemStatus
StatusService. status()
-