Uses of Class
edu.isi.pegasus.planner.invocation.Usage
-
Packages that use Usage Package Description edu.isi.pegasus.planner.invocation -
-
Uses of Usage in edu.isi.pegasus.planner.invocation
Fields in edu.isi.pegasus.planner.invocation declared as Usage Modifier and Type Field Description private Usage
InvocationRecord. m_usage
Total resource consumption by gridlaunch and all siblings.private Usage
Job. m_usage
Resource usage of this job.Methods in edu.isi.pegasus.planner.invocation that return Usage Modifier and Type Method Description Usage
InvocationRecord. getUsage()
AccessorUsage
Job. getUsage()
AccessorMethods in edu.isi.pegasus.planner.invocation with parameters of type Usage Modifier and Type Method Description void
InvocationRecord. setUsage(Usage usage)
Accessor.void
Job. setUsage(Usage usage)
Accessor.
-