| java.lang.Object org.griphyn.cPlanner.engine.Engine org.griphyn.cPlanner.engine.CleanupEngine
CleanupEngine | public class CleanupEngine extends Engine (Code) | | The refiner that results in the creation of cleanup jobs within the workflow.
author: Karan Vahi version: $Revision: 50 $ |
Method Summary | |
public ADag | addCleanupJobs(ADag dag) Adds the cleanup jobs in the workflow that removes the files staged to the
remote site.
Parameters: dag - the scheduled dag that has to be clustered. |
CleanupEngine | public CleanupEngine(PegasusProperties properties, PlannerOptions options)(Code) | | The overloaded constructor.
Parameters: properties - the handle to the properties object. Parameters: options - the options specified by the user to run the planner. |
addCleanupJobs | public ADag addCleanupJobs(ADag dag)(Code) | | Adds the cleanup jobs in the workflow that removes the files staged to the
remote site.
Parameters: dag - the scheduled dag that has to be clustered. ADag containing the cleanup jobs for the workflow. |
|
|