Interface JobContext

  • All Implemented Interfaces:

    
    public interface JobContext
    
                        

    Job Context

    Context in/for which a job will be executed.

    Since:

    1.0.0

    Author:

    Elizabeth Paige Harper https://github.com/foxcapades

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract HashID getJobID() ID the job represented by this context.
      abstract JsonNode getConfig() Configuration submitted for this job.
      abstract JobWorkspace getWorkspace() Local scratch workspace to be used by this job.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getJobID

         abstract HashID getJobID()

        ID the job represented by this context.

      • getConfig

         abstract JsonNode getConfig()

        Configuration submitted for this job.