public static enum MultiProcessCluster.DeployMode extends Enum<MultiProcessCluster.DeployMode>
Enum Constant and Description |
---|
EMBEDDED |
UFS_NON_HA |
ZOOKEEPER_HA |
Modifier and Type | Method and Description |
---|---|
static MultiProcessCluster.DeployMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiProcessCluster.DeployMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiProcessCluster.DeployMode EMBEDDED
public static final MultiProcessCluster.DeployMode UFS_NON_HA
public static final MultiProcessCluster.DeployMode ZOOKEEPER_HA
public static MultiProcessCluster.DeployMode[] values()
for (MultiProcessCluster.DeployMode c : MultiProcessCluster.DeployMode.values()) System.out.println(c);
public static MultiProcessCluster.DeployMode 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 © 2023. All Rights Reserved.