Package | Description |
---|---|
edu.isi.pegasus.planner.code | |
edu.isi.pegasus.planner.code.gridstart |
Modifier and Type | Method and Description |
---|---|
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.
|
private POSTScript |
GridStartFactory.postScript(String type)
Returns the cached implementation of
POSTScript
from the implementing class table. |
Modifier and Type | Method and Description |
---|---|
private static void |
GridStartFactory.associate(POSTScript ps)
Associates a shortname with the classname.
|
private void |
GridStartFactory.registerPOSTScript(String name,
POSTScript implementation)
Inserts an entry into the implementing class table.
|
Modifier and Type | Class and Description |
---|---|
class |
ExitCode
The exitcode wrapper, that can parse kickstart output's and put them in the
database also.
|
class |
ExitPOST
A wrapper around the Exitcode, that takes care of backing up output and
error files.
|
class |
NetloggerPostScript
This postscript invokes the netlogger-exitcode to parse the kickstart
output and write out in netlogger format.
|
class |
NoPOSTScript
This class refers to having no postscript associated with the job.
|
class |
PegasusExitCode
The exitcode wrapper, that can parse kickstart output's and put them in the
database also.
|
class |
UserPOSTScript
A user defined post script.
|
class |
VDSPOSTScript
An abstract implementation of the interface, that is a superclass for
all the VDS supplied postscripts.
|