Uses of Class
edu.isi.pegasus.planner.invocation.StatInfo
-
Packages that use StatInfo Package Description edu.isi.pegasus.planner.invocation -
-
Uses of StatInfo in edu.isi.pegasus.planner.invocation
Fields in edu.isi.pegasus.planner.invocation declared as StatInfo Modifier and Type Field Description private StatInfo
StatCall. m_statinfo
the stat information itself, only present for unfailed calls.Methods in edu.isi.pegasus.planner.invocation that return StatInfo Modifier and Type Method Description StatInfo
StatCall. getStatInfo()
AccessorMethods in edu.isi.pegasus.planner.invocation with parameters of type StatInfo Modifier and Type Method Description void
StatCall. setStatInfo(StatInfo statinfo)
Accessor.
-