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 PlannerMetricsPegasusBag. mPMetricsThe 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 PlannerMetricsCPlanner. mPMetricsThe 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 PlannerMetricsSendMetrics. mMetricsMethods in edu.isi.pegasus.planner.code.generator with parameters of type PlannerMetrics Modifier and Type Method Description voidMetrics. logMetrics(PlannerMetrics metrics)Logs the metrics to the metrics server and to the submit directoryprivate SendMetricsResultSendMetrics. send(PlannerMetrics metrics, java.lang.String url)Sends the planner metrics to the metrics serverprivate voidMetrics. sendMetricsAsynchronously(PlannerMetrics metrics, java.lang.String url)Sends the planner metrics to the metrics server asynchrnously with a timeout of 5 secondsprivate voidMetrics. sendMetricsSynchronously(PlannerMetrics metrics, java.lang.String url)Sends the planner metrics to the metrics serverprivate java.io.FileMetrics. 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)
-