public static class JobBarrier.Result extends Object
| Constructor and Description |
|---|
Result(Map<Job,Job.Status> status)
Creates a new job barrier result.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Job,Job.Status> |
getStatus()
Returns the status details.
|
boolean |
isSuccess()
Returns
true if all jobs are in the state. |
public Result(Map<Job,Job.Status> status)
status - the barrier outcomepublic Map<Job,Job.Status> getStatus()
public boolean isSuccess()
true if all jobs are in the Job.Status.FINISHED state.true if all jobs are finishedCopyright © 2009–2021 Opencast Project. All rights reserved.