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() |
getNumeric
public CounterSetHostMetricsWrapper(CounterSet counterSet)
public String[] getMetricNames()
IHostMetrics
public Number getNumeric(String name)
IHostMetrics
name
- The metric.null
if there is no such metric available.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.