Package | Description |
---|---|
edu.isi.pegasus.planner.code |
Modifier and Type | Method and Description |
---|---|
GridStart |
GridStartFactory.loadGridStart(Job job,
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,
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,
String submitDir,
String path,
String className)
Loads the implementing class corresponding to the class.
|