@Deprecated public static enum Commands.ClusterCommand extends Enum<Commands.ClusterCommand> implements redis.clients.jedis.commands.ProtocolCommand
Enum Constant and Description |
---|
ADD
Deprecated.
|
ADDHASH
Deprecated.
|
AGGREGATE
Deprecated.
|
ALIASADD
Deprecated.
|
ALIASDEL
Deprecated.
|
ALIASUPDATE
Deprecated.
|
ALTER
Deprecated.
|
BROADCAST
Deprecated.
|
CONFIG
Deprecated.
|
CREATE
Deprecated.
|
CURSOR
Deprecated.
|
DEL
Deprecated.
|
DROP
Deprecated.
|
EXPLAIN
Deprecated.
|
GET
Deprecated.
|
INFO
Deprecated.
|
MGET
Deprecated.
|
SEARCH
Deprecated.
|
SYNADD
Deprecated.
|
SYNDUMP
Deprecated.
|
SYNUPDATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw()
Deprecated.
|
static Commands.ClusterCommand |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Commands.ClusterCommand[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands.ClusterCommand CREATE
public static final Commands.ClusterCommand ALTER
public static final Commands.ClusterCommand ADD
public static final Commands.ClusterCommand ADDHASH
public static final Commands.ClusterCommand INFO
public static final Commands.ClusterCommand SEARCH
public static final Commands.ClusterCommand EXPLAIN
public static final Commands.ClusterCommand DEL
public static final Commands.ClusterCommand DROP
public static final Commands.ClusterCommand BROADCAST
public static final Commands.ClusterCommand GET
public static final Commands.ClusterCommand MGET
public static final Commands.ClusterCommand AGGREGATE
public static final Commands.ClusterCommand CURSOR
public static final Commands.ClusterCommand CONFIG
public static final Commands.ClusterCommand ALIASADD
public static final Commands.ClusterCommand ALIASUPDATE
public static final Commands.ClusterCommand ALIASDEL
public static final Commands.ClusterCommand SYNADD
public static final Commands.ClusterCommand SYNUPDATE
public static final Commands.ClusterCommand SYNDUMP
public static Commands.ClusterCommand[] values()
for (Commands.ClusterCommand c : Commands.ClusterCommand.values()) System.out.println(c);
public static Commands.ClusterCommand 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.