Class CleanupEngine


  • public class CleanupEngine
    extends Engine
    The refiner that results in the creation of cleanup jobs within the workflow.
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Constructor Detail

      • CleanupEngine

        public CleanupEngine​(PegasusBag bag)
        The overloaded constructor.
        Parameters:
        bag - the bag of initialization objects
    • Method Detail

      • addCleanupJobs

        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.
        Returns:
        ADag containing the cleanup jobs for the workflow.