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