Class JobExecContext

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String queue
      private final HashID jobID
      private final JsonNode jobConfig
    • Constructor Summary

      Constructors 
      Constructor Description
      JobExecContext(String queue, HashID jobID, JsonNode jobConfig)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getQueue() ID/Name of the queue for which the JobExecutor has been requested.
      HashID getJobID() Hash ID of the job for which the JobExecutor has been requested.
      JsonNode getJobConfig() Optional configuration of the job for which the JobExecutor has been requested.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobExecContext

        JobExecContext(String queue, HashID jobID, JsonNode jobConfig)
    • Method Detail

      • getQueue

         String getQueue()

        ID/Name of the queue for which the JobExecutor has been requested.

      • 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.