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 GridStartGridStartFactory. 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 GridStartGridStartFactory. loadGridStart(PegasusBag bag, ADag dag, java.lang.String className)Loads the implementing class corresponding to the class.POSTScriptGridStartFactory. 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 POSTScriptGridStartFactory. loadPOSTScript(PegasusProperties properties, java.lang.String submitDir, java.lang.String path, java.lang.String className)Loads the implementing class corresponding to the class.
-