Package uk.gov.gchq.gaffer.operation.impl.job
Operations for interacting with the Job tracker to get Job details and Job results.
-
Class Summary Class Description CancelScheduledJob ACancelScheduledJobis anOperationthat will use the providedjobIdto cancel the job, if it is scheduled.CancelScheduledJob.Builder GetAllJobDetails AGetAllJobDetailsoperation is used to retrieve all of theJobDetails related to a Gaffer graph.GetAllJobDetails.Builder GetJobDetails AGetJobDetailsoperation is used to retrieve the details of a single job from a Gaffer graph.GetJobDetails.Builder GetJobResults AGetJobResultsoperation is used to retrieve the results of executing a job on a Gaffer graph.GetJobResults.Builder