public enum StatsDMetricType extends java.lang.Enum<StatsDMetricType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
static StatsDMetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatsDMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsDMetricType COUNTER
public static final StatsDMetricType GAUGE
public static final StatsDMetricType SET
public static final StatsDMetricType TIMING_MS
public static StatsDMetricType[] values()
for (StatsDMetricType c : StatsDMetricType.values()) System.out.println(c);
public static StatsDMetricType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
Copyright © 2010-2019 JmxTrans team. All Rights Reserved.