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