| Package | Description |
|---|---|
| edu.isi.pegasus.planner.classes |
| Modifier and Type | Field and Description |
|---|---|
private WorkflowMetrics |
DagInfo.mWFMetrics
The workflow metric objects that contains metrics about the workflow being
planned.
|
private WorkflowMetrics |
PlannerMetrics.mWFMetrics
The metrics about the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowMetrics |
DagInfo.getWorkflowMetrics()
Returns the workflow metrics so far.
|
WorkflowMetrics |
PlannerMetrics.getWorkflowMetrics()
Returns the workflow metrics.
|
WorkflowMetrics |
ADag.getWorkflowMetrics()
Returns the metrics about the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlannerMetrics.setWorkflowMetrics(WorkflowMetrics metrics)
Sets the workflow metrics.
|