Redis@Deprecated public enum ObjectCmd extends Enum<ObjectCmd>
| Enum Constant and Description | 
|---|
ENCODING
Deprecated.  
  | 
IDLETIME
Deprecated.  
  | 
REFCOUNT
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static ObjectCmd | 
valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static ObjectCmd[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ObjectCmd REFCOUNT
public static final ObjectCmd ENCODING
public static final ObjectCmd IDLETIME
public static ObjectCmd[] values()
for (ObjectCmd c : ObjectCmd.values()) System.out.println(c);
public static ObjectCmd 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.