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 JobDetailGraph. executeJob(Job job, Context context)Performs the given Job on the store.JobDetailGraph. 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.ResponseIJobServiceV2. executeJob(Job job)javax.ws.rs.core.ResponseJobServiceV2. 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 JobDetailStore. executeJob(Job job, Context context)
-