public static enum ReconfigurationConfig.ReconfigureUponActivesChange extends java.lang.Enum<ReconfigurationConfig.ReconfigureUponActivesChange>
Enum Constant and Description |
---|
CUSTOM
Invoke app policy that specifies whether/how to reconfigure.
|
DEFAULT
Do nothing when the set of active replicas changes.
|
REPLICATE_ALL
Reconfigure to the current set of all active replicas.
|
Modifier and Type | Method and Description |
---|---|
static ReconfigurationConfig.ReconfigureUponActivesChange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReconfigurationConfig.ReconfigureUponActivesChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconfigurationConfig.ReconfigureUponActivesChange DEFAULT
public static final ReconfigurationConfig.ReconfigureUponActivesChange REPLICATE_ALL
public static final ReconfigurationConfig.ReconfigureUponActivesChange CUSTOM
public static ReconfigurationConfig.ReconfigureUponActivesChange[] values()
for (ReconfigurationConfig.ReconfigureUponActivesChange c : ReconfigurationConfig.ReconfigureUponActivesChange.values()) System.out.println(c);
public static ReconfigurationConfig.ReconfigureUponActivesChange 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 null