Uses of Class
org.opencastproject.job.api.JobBarrier.Result
Packages that use JobBarrier.Result
Package
Description
Utility classes for dealing with media packages, collections, URLs, files, and streams.
Workflow service.
-
Uses of JobBarrier.Result in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return JobBarrier.ResultModifier and TypeMethodDescriptionJobBarrier.getStatus()Returns the resulting status map.JobBarrier.waitForJobs()Waits for a status change and returns the new status.JobBarrier.waitForJobs(long timeout) Waits for a status change on all jobs and returns. -
Uses of JobBarrier.Result in org.opencastproject.util
Methods in org.opencastproject.util that return JobBarrier.ResultModifier and TypeMethodDescriptionstatic JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Option<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Option<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, long pollingInterval, long timeout, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, long timeout, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(ServiceRegistry reg, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval. -
Uses of JobBarrier.Result in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that return JobBarrier.ResultModifier and TypeMethodDescriptionprotected JobBarrier.ResultAbstractWorkflowOperationHandler.waitForStatus(long timeout, Job... jobs) Waits until all of the jobs have reached either one of these statuses:Job.Status.FINISHEDJob.Status.FAILEDJob.Status.DELETEDAfter that, the method returns with the actual outcomes of the jobs.protected JobBarrier.ResultAbstractWorkflowOperationHandler.waitForStatus(Job... jobs) Waits until all of the jobs have reached either one of these statuses:Job.Status.FINISHEDJob.Status.FAILEDJob.Status.DELETEDAfter that, the method returns with the actual outcomes of the jobs.