public enum QueueCircuitBreakerLuaScripts extends Enum<QueueCircuitBreakerLuaScripts> implements LuaScript
| Enum Constant and Description |
|---|
ALL_CIRCUITS |
CLOSE_CIRCUIT |
HALFOPEN_CIRCUITS |
REOPEN_CIRCUIT |
UNLOCK_SAMPLES |
UPDATE_CIRCUIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
static QueueCircuitBreakerLuaScripts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueCircuitBreakerLuaScripts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueCircuitBreakerLuaScripts UPDATE_CIRCUIT
public static final QueueCircuitBreakerLuaScripts CLOSE_CIRCUIT
public static final QueueCircuitBreakerLuaScripts REOPEN_CIRCUIT
public static final QueueCircuitBreakerLuaScripts ALL_CIRCUITS
public static final QueueCircuitBreakerLuaScripts HALFOPEN_CIRCUITS
public static final QueueCircuitBreakerLuaScripts UNLOCK_SAMPLES
public static QueueCircuitBreakerLuaScripts[] values()
for (QueueCircuitBreakerLuaScripts c : QueueCircuitBreakerLuaScripts.values()) System.out.println(c);
public static QueueCircuitBreakerLuaScripts 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 getFilename()
getFilename in interface LuaScriptCopyright © 2016–2021. All rights reserved.