Class that represents operator metrics. More...
Classes |
|
| class | InputPortMetricName |
| class | OutputPortMetricName |
| class | SystemMetricName |
Public Member Functions |
|
| def | getInputPortMetric |
| def | getOutputPortMetric |
| def | createCustomMetric |
| def | getCustomMetricByName |
| def | hasCustomMetric |
| def | getCustomMetricNames (self) |
| Return all the names of the custom metrics for this operator. More... |
|
| def | getOperatorMetric |
| def | getExceptionPortMetric |
Class that represents operator metrics.
| def streams.OperatorMetrics.getInputPortMetric | ( | self, | |
| port | |||
| ) |
| def streams.OperatorMetrics.getOutputPortMetric | ( | self, | |
| port | |||
| ) |
| def streams.OperatorMetrics.createCustomMetric | ( | self, | |
| name | |||
| ) |
| def streams.OperatorMetrics.getCustomMetricByName | ( | self, | |
| name | |||
| ) |
| def streams.OperatorMetrics.hasCustomMetric | ( | self, | |
| name | |||
| ) |
| def streams.OperatorMetrics.getCustomMetricNames | ( | self, | |
| Any | |||
| ) |
Return all the names of the custom metrics for this operator.
| def streams.OperatorMetrics.getOperatorMetric | ( | self, | |
| metric | |||
| ) |
| def streams.OperatorMetrics.getExceptionPortMetric | ( | self, | |
| port | |||
| ) |