| Package | Description |
|---|---|
| org.wildfly.extension.metrics |
| Modifier and Type | Method and Description |
|---|---|
MetricMetadata.Type |
MetricMetadata.getType() |
MetricMetadata.Type |
WildFlyMetricMetadata.getType() |
static MetricMetadata.Type |
MetricMetadata.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.
|
| Constructor and 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) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.