Package org.wildfly.extension.metrics
Class WildFlyMetricMetadata
java.lang.Object
org.wildfly.extension.metrics.WildFlyMetricMetadata
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionWildFlyMetricMetadata(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.extension.metrics.MetricMetadata
getBaseMetricUnit
-
Constructor Details
-
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 Details
-
getMetricName
- Specified by:
getMetricNamein interfaceMetricMetadata
-
getTags
- Specified by:
getTagsin interfaceMetricMetadata
-
getDescription
- Specified by:
getDescriptionin interfaceMetricMetadata
-
getMeasurementUnit
public org.jboss.as.controller.client.helpers.MeasurementUnit getMeasurementUnit()- Specified by:
getMeasurementUnitin interfaceMetricMetadata
-
getType
- Specified by:
getTypein interfaceMetricMetadata
-
getMetricID
- Specified by:
getMetricIDin interfaceMetricMetadata
-