| Package | Description |
|---|---|
| edu.isi.pegasus.planner.refiner.cleanup |
| Modifier and Type | Class and Description |
|---|---|
class |
Cleanup
Uses pegasus-cleanup to do removal of the files on the remote sites.
|
class |
RM
Use's RM to do removal of the files on the remote sites.
|
| Modifier and Type | Field and Description |
|---|---|
private CleanupImplementation |
InPlace.mImpl
The handle to the CleanupImplementation instance that creates the jobs for us.
|
| Modifier and Type | Method and Description |
|---|---|
static CleanupImplementation |
CleanupFactory.loadCleanupImplementationInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the
user at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InPlace.initialize(PegasusBag bag,
CleanupImplementation impl)
Intializes the class.
|
void |
CleanupStrategy.initialize(PegasusBag bag,
CleanupImplementation impl)
Intializes the class.
|