public static enum JmxConfig.Type extends Enum<JmxConfig.Type>
| 枚举常量和说明 |
|---|
COUNTER
Counter type.
|
GAUGE
Gauge type.
|
HISTOGRAM
Histogram type.
|
SUMMARY
Summary type.
|
UNTYPED
Untyped type.
|
public static final JmxConfig.Type COUNTER
public static final JmxConfig.Type GAUGE
public static final JmxConfig.Type SUMMARY
public static final JmxConfig.Type HISTOGRAM
public static final JmxConfig.Type UNTYPED
public static JmxConfig.Type[] values()
for (JmxConfig.Type c : JmxConfig.Type.values()) System.out.println(c);
public static JmxConfig.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020 dromara. All rights reserved.