Uses of Package
uk.gov.gchq.gaffer.operation.impl.job
-
Packages that use uk.gov.gchq.gaffer.operation.impl.job Package Description uk.gov.gchq.gaffer.operation.impl.job Operations for interacting with the Job tracker to get Job details and Job results.uk.gov.gchq.gaffer.store.operation.handler.job Handlers for job operations. -
Classes in uk.gov.gchq.gaffer.operation.impl.job used by uk.gov.gchq.gaffer.operation.impl.job 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.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. -
Classes in uk.gov.gchq.gaffer.operation.impl.job used by uk.gov.gchq.gaffer.store.operation.handler.job Class Description CancelScheduledJob ACancelScheduledJob
is anOperation
that will use the providedjobId
to cancel the job, if it is scheduled.GetAllJobDetails AGetAllJobDetails
operation is used to retrieve all of theJobDetail
s related to a Gaffer graph.GetJobDetails AGetJobDetails
operation is used to retrieve the details of a single job from a Gaffer graph.GetJobResults AGetJobResults
operation is used to retrieve the results of executing a job on a Gaffer graph.