Uses of Class
edu.isi.pegasus.planner.classes.WorkflowMetrics
-
Packages that use WorkflowMetrics Package Description edu.isi.pegasus.planner.classes -
-
Uses of WorkflowMetrics in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as WorkflowMetrics Modifier and Type Field 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.Methods in edu.isi.pegasus.planner.classes that return WorkflowMetrics Modifier and Type Method Description WorkflowMetrics
ADag. getWorkflowMetrics()
Returns the metrics about the workflow.WorkflowMetrics
DagInfo. getWorkflowMetrics()
Returns the workflow metrics so far.WorkflowMetrics
PlannerMetrics. getWorkflowMetrics()
Returns the workflow metrics.Methods in edu.isi.pegasus.planner.classes with parameters of type WorkflowMetrics Modifier and Type Method Description void
PlannerMetrics. setWorkflowMetrics(WorkflowMetrics metrics)
Sets the workflow metrics.
-