public static enum SharedLimiterKey.GlobalLimiterPolicy extends Enum<SharedLimiterKey.GlobalLimiterPolicy>
| Enum Constant and Description |
|---|
LOCAL_ONLY |
USE_GLOBAL |
USE_GLOBAL_IF_CONFIGURED |
| Modifier and Type | Method and Description |
|---|---|
static SharedLimiterKey.GlobalLimiterPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedLimiterKey.GlobalLimiterPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedLimiterKey.GlobalLimiterPolicy USE_GLOBAL
public static final SharedLimiterKey.GlobalLimiterPolicy USE_GLOBAL_IF_CONFIGURED
public static final SharedLimiterKey.GlobalLimiterPolicy LOCAL_ONLY
public static SharedLimiterKey.GlobalLimiterPolicy[] values()
for (SharedLimiterKey.GlobalLimiterPolicy c : SharedLimiterKey.GlobalLimiterPolicy.values()) System.out.println(c);
public static SharedLimiterKey.GlobalLimiterPolicy 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