edu.isi.pegasus.planner.refiner.cleanup
public interface CleanupStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION
The version number associated with this API Cleanup CleanupStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
addCleanupJobs(Graph workflow)
Adds cleanup jobs to the workflow.
|
void |
initialize(PegasusBag bag,
CleanupImplementation impl)
Intializes the class.
|
static final String VERSION
void initialize(PegasusBag bag, CleanupImplementation impl)
bag - bag of initialization objectsimpl - the implementation instance that creates file cleanup job