|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcompbio.engine.local.AsyncLocalRunner
public final class AsyncLocalRunner
| Constructor Summary | |
|---|---|
AsyncLocalRunner()
|
|
| Method Summary | |
|---|---|
boolean |
cancelJob(java.lang.String jobId)
Stop running job. |
boolean |
cleanup(java.lang.String jobId)
Remove all files and a job directory for a jobid. |
JobStatus |
getJobStatus(java.lang.String jobId)
Query the status of the job |
ConfiguredExecutable<?> |
getResults(java.lang.String taskId)
Retrieve the results of the job. |
java.lang.String |
getWorkDirectory(java.lang.String jobId)
|
java.lang.String |
submitJob(ConfiguredExecutable<?> executable)
Submits job for the execution Immediate execution is not guaranteed, this method puts the job in the queue. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncLocalRunner()
| Method Detail |
|---|
public java.lang.String getWorkDirectory(java.lang.String jobId)
getWorkDirectory in interface AsyncExecutorjobId - unique job identifier
public boolean cancelJob(java.lang.String jobId)
AsyncExecutor
cancelJob in interface AsyncExecutorpublic JobStatus getJobStatus(java.lang.String jobId)
AsyncExecutor
getJobStatus in interface AsyncExecutorJobStatus
public java.lang.String submitJob(ConfiguredExecutable<?> executable)
throws JobSubmissionException
AsyncExecutor
submitJob in interface AsyncExecutorJobSubmissionException - if submission fails. This usually happens due to the problem on a server side.public boolean cleanup(java.lang.String jobId)
AsyncExecutor
cleanup in interface AsyncExecutorjobId -
public ConfiguredExecutable<?> getResults(java.lang.String taskId)
throws ResultNotAvailableException
AsyncExecutor
getResults in interface AsyncExecutortaskId - job identifier obtained at the job submission
ResultNotAvailableException - if the result is not available for whatever reason.
Could be due to execution failure, or due to the results being removed from the server at
the time of request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||