public enum ConfigOption extends Enum<ConfigOption> implements redis.clients.jedis.commands.ProtocolCommand
Enum Constant and Description |
---|
ALL |
MAXEXPANSIONS |
MIN_PHONETIC_TERM_LEN |
MINPREFIX |
NOGC |
ON_TIMEOUT |
TIMEOUT |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw() |
static ConfigOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigOption NOGC
public static final ConfigOption MINPREFIX
public static final ConfigOption MAXEXPANSIONS
public static final ConfigOption TIMEOUT
public static final ConfigOption ON_TIMEOUT
public static final ConfigOption MIN_PHONETIC_TERM_LEN
public static final ConfigOption ALL
public static ConfigOption[] values()
for (ConfigOption c : ConfigOption.values()) System.out.println(c);
public static ConfigOption 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 byte[] getRaw()
getRaw
in interface redis.clients.jedis.commands.ProtocolCommand
Copyright © 2020 RedisLabs. All rights reserved.