Class JobExecContext
-
- All Implemented Interfaces:
-
org.veupathdb.lib.compute.platform.job.JobExecutorContext
public final class JobExecContext implements JobExecutorContext
-
-
Constructor Summary
Constructors Constructor Description JobExecContext(String queue, HashID jobID, JsonNode jobConfig)
-
Method Summary
Modifier and Type Method Description StringgetQueue()ID/Name of the queue for which the JobExecutor has been requested. HashIDgetJobID()Hash ID of the job for which the JobExecutor has been requested. JsonNodegetJobConfig()Optional configuration of the job for which the JobExecutor has been requested. -
-
Constructor Detail
-
JobExecContext
JobExecContext(String queue, HashID jobID, JsonNode jobConfig)
-
-
Method Detail
-
getJobID
HashID getJobID()
Hash ID of the job for which the JobExecutor has been requested.
-
getJobConfig
JsonNode getJobConfig()
Optional configuration of the job for which the JobExecutor has been requested.
-
-
-
-