Uses of Class
edu.isi.pegasus.planner.classes.PlannerMetrics
-
Packages that use PlannerMetrics Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.client edu.isi.pegasus.planner.code.generator -
-
Uses of PlannerMetrics in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as PlannerMetrics Modifier and Type Field Description private PlannerMetrics
PegasusBag. mPMetrics
The planner metrics to use. -
Uses of PlannerMetrics in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as PlannerMetrics Modifier and Type Field Description private PlannerMetrics
CPlanner. mPMetrics
The PlannerMetrics object storing the metrics about this planning instance. -
Uses of PlannerMetrics in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as PlannerMetrics Modifier and Type Field Description private PlannerMetrics
SendMetrics. mMetrics
Methods in edu.isi.pegasus.planner.code.generator with parameters of type PlannerMetrics Modifier and Type Method Description void
Metrics. logMetrics(PlannerMetrics metrics)
Logs the metrics to the metrics server and to the submit directoryprivate SendMetricsResult
SendMetrics. send(PlannerMetrics metrics, java.lang.String url)
Sends the planner metrics to the metrics serverprivate void
Metrics. sendMetricsAsynchronously(PlannerMetrics metrics, java.lang.String url)
Sends the planner metrics to the metrics server asynchrnously with a timeout of 5 secondsprivate void
Metrics. sendMetricsSynchronously(PlannerMetrics metrics, java.lang.String url)
Sends the planner metrics to the metrics serverprivate java.io.File
Metrics. writeOutMetricsFile(PlannerMetrics metrics)
Writes out the workflow metrics file in the submit directoryConstructors in edu.isi.pegasus.planner.code.generator with parameters of type PlannerMetrics Constructor Description SendMetrics(PlannerMetrics metrics, java.lang.String url)
-