Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.client | |
edu.isi.pegasus.planner.code.generator |
Modifier and Type | Field and Description |
---|---|
private PlannerMetrics |
PegasusBag.mPMetrics
The planner metrics to use.
|
Modifier and Type | Field and Description |
---|---|
private PlannerMetrics |
CPlanner.mPMetrics
The PlannerMetrics object storing the metrics about this planning instance.
|
Modifier and Type | Field and Description |
---|---|
private PlannerMetrics |
SendMetrics.mMetrics |
Modifier and Type | Method and Description |
---|---|
void |
Metrics.logMetrics(PlannerMetrics metrics)
Logs the metrics to the metrics server and to the submit directory
|
private SendMetricsResult |
SendMetrics.send(PlannerMetrics metrics,
String url)
Sends the planner metrics to the metrics server
|
private void |
Metrics.sendMetricsAsynchronously(PlannerMetrics metrics,
String url)
Sends the planner metrics to the metrics server asynchrnously with a
timeout of 5 seconds
|
private void |
Metrics.sendMetricsSynchronously(PlannerMetrics metrics,
String url)
Sends the planner metrics to the metrics server
|
private File |
Metrics.writeOutMetricsFile(PlannerMetrics metrics)
Writes out the workflow metrics file in the submit directory
|
Constructor and Description |
---|
SendMetrics(PlannerMetrics metrics,
String url) |