Uses of Interface
edu.isi.pegasus.planner.refiner.cleanup.CleanupImplementation
-
Packages that use CleanupImplementation Package Description edu.isi.pegasus.planner.refiner.cleanup -
-
Uses of CleanupImplementation in edu.isi.pegasus.planner.refiner.cleanup
Classes in edu.isi.pegasus.planner.refiner.cleanup that implement CleanupImplementation Modifier and Type Class Description classCleanupUses pegasus-cleanup to do removal of the files on the remote sites.classRMUse's RM to do removal of the files on the remote sites.Fields in edu.isi.pegasus.planner.refiner.cleanup declared as CleanupImplementation Modifier and Type Field Description private CleanupImplementationInPlace. mImplThe handle to the CleanupImplementation instance that creates the jobs for us.Methods in edu.isi.pegasus.planner.refiner.cleanup that return CleanupImplementation Modifier and Type Method Description static CleanupImplementationCleanupFactory. loadCleanupImplementationInstance(PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime.Methods in edu.isi.pegasus.planner.refiner.cleanup with parameters of type CleanupImplementation Modifier and Type Method Description voidCleanupStrategy. initialize(PegasusBag bag, CleanupImplementation impl)Intializes the class.voidInPlace. initialize(PegasusBag bag, CleanupImplementation impl)Intializes the class.
-