net.opentsdb.uid
public static enum UniqueId.UniqueIdType extends Enum<UniqueId.UniqueIdType>
Modifier and Type | Method and Description |
---|---|
static UniqueId.UniqueIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniqueId.UniqueIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniqueId.UniqueIdType METRIC
public static final UniqueId.UniqueIdType TAGK
public static final UniqueId.UniqueIdType TAGV
public static UniqueId.UniqueIdType[] values()
for (UniqueId.UniqueIdType c : UniqueId.UniqueIdType.values()) System.out.println(c);
public static UniqueId.UniqueIdType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null