Uses of Class
org.wildfly.extension.metrics.MetricMetadata.Type
-
Packages that use MetricMetadata.Type Package Description org.wildfly.extension.metrics -
-
Uses of MetricMetadata.Type in org.wildfly.extension.metrics
Methods in org.wildfly.extension.metrics that return MetricMetadata.Type Modifier and Type Method Description MetricMetadata.TypeMetricMetadata. getType()MetricMetadata.TypeWildFlyMetricMetadata. getType()static MetricMetadata.TypeMetricMetadata.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricMetadata.Type[]MetricMetadata.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.extension.metrics with parameters of type MetricMetadata.Type 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)
-