Uses of Enum
org.wildfly.extension.metrics.MetricMetadata.Type
Packages that use MetricMetadata.Type
-
Uses of MetricMetadata.Type in org.wildfly.extension.metrics
Methods in org.wildfly.extension.metrics that return MetricMetadata.TypeModifier and TypeMethodDescriptionMetricMetadata.getType()WildFlyMetricMetadata.getType()static MetricMetadata.TypeReturns 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.TypeModifierConstructorDescriptionWildFlyMetricMetadata(String attributeName, org.jboss.as.controller.PathAddress address, String prefix, String description, org.jboss.as.controller.client.helpers.MeasurementUnit unit, MetricMetadata.Type type)