Package org.wildfly.extension.metrics
Class WildFlyMetricMetadata
- java.lang.Object
-
- org.wildfly.extension.metrics.WildFlyMetricMetadata
-
- All Implemented Interfaces:
MetricMetadata
public class WildFlyMetricMetadata extends Object implements MetricMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.extension.metrics.MetricMetadata
MetricMetadata.MetricTag, MetricMetadata.Type
-
-
Field Summary
-
Fields inherited from interface org.wildfly.extension.metrics.MetricMetadata
NONE
-
-
Constructor Summary
Constructors Constructor Description WildFlyMetricMetadata(String attributeName, org.jboss.as.controller.PathAddress address, String prefix, String description, org.jboss.as.controller.client.helpers.MeasurementUnit unit, MetricMetadata.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()org.jboss.as.controller.client.helpers.MeasurementUnitgetMeasurementUnit()MetricIDgetMetricID()StringgetMetricName()MetricMetadata.MetricTag[]getTags()MetricMetadata.TypegetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.extension.metrics.MetricMetadata
getBaseMetricUnit
-
-
-
-
Constructor Detail
-
WildFlyMetricMetadata
public WildFlyMetricMetadata(String attributeName, org.jboss.as.controller.PathAddress address, String prefix, String description, org.jboss.as.controller.client.helpers.MeasurementUnit unit, MetricMetadata.Type type)
-
-
Method Detail
-
getMetricName
public String getMetricName()
- Specified by:
getMetricNamein interfaceMetricMetadata
-
getTags
public MetricMetadata.MetricTag[] getTags()
- Specified by:
getTagsin interfaceMetricMetadata
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMetricMetadata
-
getMeasurementUnit
public org.jboss.as.controller.client.helpers.MeasurementUnit getMeasurementUnit()
- Specified by:
getMeasurementUnitin interfaceMetricMetadata
-
getType
public MetricMetadata.Type getType()
- Specified by:
getTypein interfaceMetricMetadata
-
getMetricID
public MetricID getMetricID()
- Specified by:
getMetricIDin interfaceMetricMetadata
-
-