Uses of Interface
edu.isi.pegasus.planner.refiner.cleanup.CleanupStrategy
-
Packages that use CleanupStrategy Package Description edu.isi.pegasus.planner.refiner.cleanup -
-
Uses of CleanupStrategy in edu.isi.pegasus.planner.refiner.cleanup
Classes in edu.isi.pegasus.planner.refiner.cleanup that implement CleanupStrategy Modifier and Type Class Description class
InPlace
This generates cleanup jobs in the workflow itself.Methods in edu.isi.pegasus.planner.refiner.cleanup that return CleanupStrategy Modifier and Type Method Description static CleanupStrategy
CleanupFactory. loadCleanupStraegyInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime.
-