public static enum RedisGearsProtocol.GearsKeyword extends java.lang.Enum<RedisGearsProtocol.GearsKeyword> implements Rawable
Enum Constant and Description |
---|
CONFIG |
DELETE |
LIBRARY |
LIST |
LOAD |
REPLACE |
VERBOSE |
WITHCODE |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw()
Get byte array.
|
static RedisGearsProtocol.GearsKeyword |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RedisGearsProtocol.GearsKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedisGearsProtocol.GearsKeyword CONFIG
public static final RedisGearsProtocol.GearsKeyword REPLACE
public static final RedisGearsProtocol.GearsKeyword LOAD
public static final RedisGearsProtocol.GearsKeyword DELETE
public static final RedisGearsProtocol.GearsKeyword LIST
public static final RedisGearsProtocol.GearsKeyword WITHCODE
public static final RedisGearsProtocol.GearsKeyword LIBRARY
public static final RedisGearsProtocol.GearsKeyword VERBOSE
public static RedisGearsProtocol.GearsKeyword[] values()
for (RedisGearsProtocol.GearsKeyword c : RedisGearsProtocol.GearsKeyword.values()) System.out.println(c);
public static RedisGearsProtocol.GearsKeyword 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 nullCopyright © 2024. All rights reserved.