Redis
@Deprecated public enum ScriptDebugOptions extends Enum<ScriptDebugOptions>
Enum Constant and Description |
---|
NO
Deprecated.
|
SYNC
Deprecated.
|
YES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ScriptDebugOptions |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ScriptDebugOptions[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptDebugOptions YES
public static final ScriptDebugOptions SYNC
public static final ScriptDebugOptions NO
public static ScriptDebugOptions[] values()
for (ScriptDebugOptions c : ScriptDebugOptions.values()) System.out.println(c);
public static ScriptDebugOptions 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 nullCopyright © 2023 Eclipse. All rights reserved.