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