| Package | Description |
|---|---|
| edu.isi.pegasus.planner.catalog | |
| edu.isi.pegasus.planner.catalog.work |
| Modifier and Type | Method and Description |
|---|---|
int |
WorkCatalog.delete(String basedir,
String vogroup,
String label,
String run)
Deletes a mapping from the work catalog.
|
int |
WorkCatalog.insert(String basedir,
String vogroup,
String label,
String run,
String creator,
Date cTime,
Date mTime,
int state)
Inserts a new mapping into the work catalog.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Database.delete(String basedir,
String vogroup,
String label,
String run)
Deletes a mapping from the work catalog.
|
int |
Database.insert(String basedir,
String vogroup,
String label,
String run,
String creator,
Date cTime,
Date mTime,
int state)
Inserts a new mapping into the work catalog.
|