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 ACancelScheduledJob
is anOperation
that will use the providedjobId
to cancel the job, if it is scheduled.CancelScheduledJob.Builder GetAllJobDetails AGetAllJobDetails
operation is used to retrieve all of theJobDetail
s related to a Gaffer graph.GetAllJobDetails.Builder GetJobDetails AGetJobDetails
operation is used to retrieve the details of a single job from a Gaffer graph.GetJobDetails.Builder GetJobResults AGetJobResults
operation is used to retrieve the results of executing a job on a Gaffer graph.GetJobResults.Builder