M
- type of table entriespublic interface MetricTable<M extends JabbixMetric<?>>
JabbixActiveMetric
entries.Modifier and Type | Method and Description |
---|---|
void |
updateMetric(M freshMetric)
Updates the value of a table entry that is equal to the specified metric
with the value of the latter.
|
void updateMetric(M freshMetric)
freshMetric
- reference metric with new valueJabbixMetric.equals(Object)