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 SystemStatusSystemStatus. DOWNstatic SystemStatusSystemStatus. OUT_OF_SERVICEstatic SystemStatusSystemStatus. UNKNOWNstatic SystemStatusSystemStatus. 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 SystemStatusStatusController. 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 SystemStatusIStatusService. status()SystemStatusStatusService. status()
-