public class CounterSetHostMetricsWrapper extends AbstractHostMetrics
| Constructor and Description |
|---|
CounterSetHostMetricsWrapper(CounterSet counterSet) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMetricNames()
Return the names of all known metrics.
|
Number |
getNumeric(String name)
Return a numeric representation of the named metric.
|
String |
toString() |
getNumericpublic CounterSetHostMetricsWrapper(CounterSet counterSet)
public String[] getMetricNames()
IHostMetricspublic Number getNumeric(String name)
IHostMetricsname - The metric.null
if there is no such metric available.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.