public static enum FullLinkTrace.TagKey extends Enum<FullLinkTrace.TagKey>
| Enum Constant and Description |
|---|
CLIENT_HOST |
COMMAND_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
static FullLinkTrace.TagKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullLinkTrace.TagKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FullLinkTrace.TagKey COMMAND_NAME
public static final FullLinkTrace.TagKey CLIENT_HOST
public static FullLinkTrace.TagKey[] values()
for (FullLinkTrace.TagKey c : FullLinkTrace.TagKey.values()) System.out.println(c);
public static FullLinkTrace.TagKey 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 nullpublic String getString()
Copyright © 2022 oceanbase.com. All rights reserved.