Uses of Class
edu.isi.pegasus.planner.code.GridStartFactoryException
-
Packages that use GridStartFactoryException Package Description edu.isi.pegasus.planner.code -
-
Uses of GridStartFactoryException in edu.isi.pegasus.planner.code
Methods in edu.isi.pegasus.planner.code that throw GridStartFactoryException Modifier and Type Method Description GridStart
GridStartFactory. loadGridStart(Job job, java.lang.String gridStartPath)
Loads the appropriate gridstart implementation for a job on the basis of the value of the GRIDSTART_KEY in the Pegasus namepsace.private GridStart
GridStartFactory. loadGridStart(PegasusBag bag, ADag dag, java.lang.String className)
Loads the implementing class corresponding to the class.POSTScript
GridStartFactory. loadPOSTScript(Job job, GridStart gridStart)
Loads the appropriate POST Script implementation for a job on the basis of the value of the Pegasus profile GRIDSTART_KEY, and the DAGMan profile POST_SCRIPT_KEY in the Pegasus namepsace.private POSTScript
GridStartFactory. loadPOSTScript(PegasusProperties properties, java.lang.String submitDir, java.lang.String path, java.lang.String className)
Loads the implementing class corresponding to the class.
-