Uses of Interface
edu.isi.pegasus.planner.code.GridStart
-
Packages that use GridStart Package Description edu.isi.pegasus.planner.code edu.isi.pegasus.planner.code.gridstart -
-
Uses of GridStart in edu.isi.pegasus.planner.code
Methods in edu.isi.pegasus.planner.code that return GridStart Modifier and Type Method Description private GridStartGridStartFactory. gridStart(java.lang.String name)Returns the cached implementation of GridStart from the implementing class table.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.Methods in edu.isi.pegasus.planner.code with parameters of type GridStart Modifier and Type Method Description 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 voidGridStartFactory. registerGridStart(java.lang.String name, GridStart implementation)Inserts an entry into the implementing class table. -
Uses of GridStart in edu.isi.pegasus.planner.code.gridstart
Classes in edu.isi.pegasus.planner.code.gridstart that implement GridStart Modifier and Type Class Description classKickstartThis enables a constituentJob to be run on the grid, by launching it through kickstart.classNoGridStartThis class ends up running the job directly on the grid, without wrapping it in any other launcher executable.classPegasusLiteThis class launches all the jobs using Pegasus Lite a shell script based wrapper.Fields in edu.isi.pegasus.planner.code.gridstart declared as GridStart Modifier and Type Field Description private GridStartKickstart. mNoGridStartImplHandle to NoGridStart implementation.
-