public interface JobMonitor
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getBatchResponse(java.lang.String jobId,
java.lang.String batchId)
Returns the response (uris or error msgs) of the batch
|
java.lang.String |
getBatchStatus(java.lang.String jobId,
java.lang.String batchId)
Sets the flow to be used with the flow runner
|
java.util.Map<java.lang.String,java.lang.String> |
getCurrentJobs()
Gets the current running jobs
|
java.lang.String |
getJobStatus(java.lang.String jobId)
Sets the flow to be used with the flow runner
|
java.util.Map<java.lang.String,java.lang.String> |
getStepBatchStatus(java.lang.String jobId,
java.lang.String step)
Sets the flow to be used with the flow runner
|
java.util.Map<java.lang.String,java.lang.String> getCurrentJobs()
java.lang.String getJobStatus(java.lang.String jobId)
jobId
- the flow object to be usedjava.lang.String getBatchStatus(java.lang.String jobId, java.lang.String batchId)
jobId
- the id of the jobbatchId
- the id of the batchjava.util.Map<java.lang.String,java.lang.String> getStepBatchStatus(java.lang.String jobId, java.lang.String step)
jobId
- the id of the batchstep
- the step of the jobjava.util.List<java.lang.String> getBatchResponse(java.lang.String jobId, java.lang.String batchId)
jobId
- the id of the jobbatchId
- the id of the batch