Class StatusService
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.service.v1.StatusService
-
- All Implemented Interfaces:
IStatusService
public class StatusService extends Object implements IStatusService
An implementation ofIStatusService
. By default it will use a singletonGraph
generated using theGraphFactory
. All operations are simply delegated to the graph. Pre and post operation hooks are available by extending this class and implementing preOperationHook and/or postOperationHook.By default queries will be executed with an UNKNOWN user containing no auths. The
UserFactory.createUser()
method should be overridden and aUser
object should be created from the http request.
-
-
Constructor Summary
Constructors Constructor Description StatusService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemStatus
status()
-
-
-
Method Detail
-
status
public SystemStatus status()
- Specified by:
status
in interfaceIStatusService
-
-