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