public enum ConfigGroupEnum extends java.lang.Enum<ConfigGroupEnum>
| Enum Constant and Description |
|---|
APP_AUTH
App auth config group enum.
|
DISCOVER_UPSTREAM
discoveryUpstream data group enum.
|
META_DATA
Meta data config group enum.
|
PLUGIN
Plugin config group enum.
|
PROXY_SELECTOR
ProxySelector data group enum.
|
RULE
Rule config group enum.
|
SELECTOR
Selector config group enum.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigGroupEnum |
acquireByName(java.lang.String name)
Acquire by name config group enum.
|
static ConfigGroupEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigGroupEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigGroupEnum APP_AUTH
public static final ConfigGroupEnum PLUGIN
public static final ConfigGroupEnum RULE
public static final ConfigGroupEnum SELECTOR
public static final ConfigGroupEnum META_DATA
public static final ConfigGroupEnum PROXY_SELECTOR
public static final ConfigGroupEnum DISCOVER_UPSTREAM
public static ConfigGroupEnum[] values()
for (ConfigGroupEnum c : ConfigGroupEnum.values()) System.out.println(c);
public static ConfigGroupEnum 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 static ConfigGroupEnum acquireByName(java.lang.String name)
name - the nameCopyright © 2024 The Apache Software Foundation. All rights reserved.