Modifier and Type | Field and Description |
---|---|
static String |
VERSION
The version number associated with this API Cleanup CleanupImplementation.
|
Modifier and Type | Method and Description |
---|---|
Job |
createCleanupJob(String id,
List files,
Job job)
Creates a cleanup job that removes the files from remote working directory.
|
void |
initialize(PegasusBag bag)
Intializes the class.
|
static final String VERSION
void initialize(PegasusBag bag)
bag
- bag of initialization objectsJob createCleanupJob(String id, List files, Job job)
id
- the identifier to be assigned to the job.files
- the list of PegasusFile
that need to be
cleaned up.job
- the primary compute job with which this cleanup job is associated.Copyright © 2011 The University of Southern California. All Rights Reserved.