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.
-
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, Optional<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Optional<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.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.