public interface CleanupStrategy
Modifier and Type | Field and Description |
---|---|
static java.lang.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 java.lang.String VERSION
void initialize(PegasusBag bag, CleanupImplementation impl)
bag
- bag of initialization objectsimpl
- the implementation instance that creates file cleanup job