Package | Description |
---|---|
edu.isi.pegasus.planner.invocation |
Modifier and Type | Field and Description |
---|---|
private Usage |
InvocationRecord.m_usage
Total resource consumption by gridlaunch and all siblings.
|
private Usage |
Job.m_usage
Resource usage of this job.
|
Modifier and Type | Method and Description |
---|---|
Usage |
InvocationRecord.getUsage()
Accessor
|
Usage |
Job.getUsage()
Accessor
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationRecord.setUsage(Usage usage)
Accessor.
|
void |
Job.setUsage(Usage usage)
Accessor.
|