|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CleanupImplementation
The interface that defines how the cleanup job is invoked and created.
| Field Summary | |
|---|---|
static String |
VERSION
The version number associated with this API Cleanup CleanupImplementation. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
void initialize(PegasusBag bag)
bag - bag of initialization objects
Job 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||