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