Uses of Class
uk.gov.gchq.gaffer.jobtracker.Job
-
Packages that use Job Package Description uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.service.v2 Service implementations for v2 of the Gaffer REST API.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface. -
-
Uses of Job in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph with parameters of type Job Modifier and Type Method Description JobDetail
Graph. executeJob(Job job, Context context)
Performs the given Job on the store.JobDetail
Graph. executeJob(Job job, User user)
Performs the given Job on the store. -
Uses of Job in uk.gov.gchq.gaffer.rest.controller
Methods in uk.gov.gchq.gaffer.rest.controller with parameters of type Job Modifier and Type Method Description org.springframework.http.ResponseEntity<JobDetail>
JobController. scheduleJob(org.springframework.http.HttpHeaders httpHeaders, Job job)
-
Uses of Job in uk.gov.gchq.gaffer.rest.service.v2
Methods in uk.gov.gchq.gaffer.rest.service.v2 with parameters of type Job Modifier and Type Method Description javax.ws.rs.core.Response
IJobServiceV2. executeJob(Job job)
javax.ws.rs.core.Response
JobServiceV2. executeJob(Job job)
-
Uses of Job in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store with parameters of type Job Modifier and Type Method Description JobDetail
Store. executeJob(Job job, Context context)
-