public class JMXMetric extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
String |
attribute |
Integer |
interval |
String |
metricIdTemplate |
Map<String,String> |
metricTags |
org.hawkular.metrics.client.common.MetricType |
metricType |
org.jboss.as.controller.client.helpers.MeasurementUnit |
metricUnits |
String |
name |
String |
objectName |
TimeUnits |
timeUnits |
| Constructor and Description |
|---|
JMXMetric() |
JMXMetric(JMXMetric original) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public String name
public String objectName
public String attribute
public Integer interval
public TimeUnits timeUnits
public org.jboss.as.controller.client.helpers.MeasurementUnit metricUnits
public org.hawkular.metrics.client.common.MetricType metricType
public String metricIdTemplate
public JMXMetric()
public JMXMetric(JMXMetric original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.