public static enum Protocol.ClusterKeyword extends java.lang.Enum<Protocol.ClusterKeyword> implements Rawable
Enum Constant and Description |
---|
ADDSLOTS |
ADDSLOTSRANGE |
BUMPEPOCH |
COUNTKEYSINSLOT |
DELSLOTS |
DELSLOTSRANGE |
FAILOVER |
FLUSHSLOTS |
FORGET |
GETKEYSINSLOT |
IMPORTING |
INFO |
KEYSLOT |
LINKS |
MEET |
MIGRATING |
MYID |
MYSHARDID |
NODE |
NODES |
REPLICAS |
REPLICATE |
RESET |
SAVECONFIG |
SETSLOT |
SHARDS |
SLAVES |
SLOTS |
STABLE |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw()
Get byte array.
|
static Protocol.ClusterKeyword |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ClusterKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.ClusterKeyword MEET
public static final Protocol.ClusterKeyword RESET
public static final Protocol.ClusterKeyword INFO
public static final Protocol.ClusterKeyword FAILOVER
public static final Protocol.ClusterKeyword SLOTS
public static final Protocol.ClusterKeyword NODES
public static final Protocol.ClusterKeyword REPLICAS
public static final Protocol.ClusterKeyword SLAVES
public static final Protocol.ClusterKeyword MYID
public static final Protocol.ClusterKeyword ADDSLOTS
public static final Protocol.ClusterKeyword DELSLOTS
public static final Protocol.ClusterKeyword GETKEYSINSLOT
public static final Protocol.ClusterKeyword SETSLOT
public static final Protocol.ClusterKeyword NODE
public static final Protocol.ClusterKeyword MIGRATING
public static final Protocol.ClusterKeyword IMPORTING
public static final Protocol.ClusterKeyword STABLE
public static final Protocol.ClusterKeyword FORGET
public static final Protocol.ClusterKeyword FLUSHSLOTS
public static final Protocol.ClusterKeyword KEYSLOT
public static final Protocol.ClusterKeyword COUNTKEYSINSLOT
public static final Protocol.ClusterKeyword SAVECONFIG
public static final Protocol.ClusterKeyword REPLICATE
public static final Protocol.ClusterKeyword LINKS
public static final Protocol.ClusterKeyword ADDSLOTSRANGE
public static final Protocol.ClusterKeyword DELSLOTSRANGE
public static final Protocol.ClusterKeyword BUMPEPOCH
public static final Protocol.ClusterKeyword MYSHARDID
public static final Protocol.ClusterKeyword SHARDS
public static Protocol.ClusterKeyword[] values()
for (Protocol.ClusterKeyword c : Protocol.ClusterKeyword.values()) System.out.println(c);
public static Protocol.ClusterKeyword 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 © 2025. All rights reserved.