Package uk.gov.gchq.gaffer.rest.service.v2
Service implementations for v2 of the Gaffer REST API.
-
Interface Summary Interface Description IGraphConfigurationServiceV2 IJobServiceV2 AnIJobService
handles jobs - executing Jobs and getting Job statuses.IOperationServiceV2 IPropertiesServiceV2 AnIPropertiesServiceV2
has methods to GET a list of configured system propertiesIStatusServiceV2 AnStatusService
has methods to check the status of the systemSwaggerDefinitionConfigV2 Empty interface containing the Swagger API definitions for the v2 Gaffer REST API. -
Class Summary Class Description AbstractOperationService An abstract OperationsService which allows for implementations to inject dependencies depending on what DI framework they prefer.GraphConfigurationServiceV2 An implementation ofIGraphConfigurationServiceV2
.JobServiceV2 An implementation ofIJobServiceV2
.OperationServiceV2 An implementation ofIOperationServiceV2
.PropertiesServiceV2 An implementation ofIPropertiesServiceV2
that gets the configured system propertiesStatusServiceV2 An implementation ofIStatusServiceV2
.VersionServiceV2