public enum EClusterType extends Enum<EClusterType>
| Modifier and Type | Method and Description |
|---|---|
static EClusterType |
get(String s) |
String |
toString() |
static EClusterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EClusterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClusterType SHIVA
public static final EClusterType STORM
public static final EClusterType TEST
public static final EClusterType SPARK
public static final EClusterType PYSPARK
public static EClusterType[] values()
for (EClusterType c : EClusterType.values()) System.out.println(c);
public static EClusterType 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 nullpublic String toString()
toString in class Enum<EClusterType>public static EClusterType get(String s) throws ConfigurationException
ConfigurationExceptionCopyright © 2014–2022. All rights reserved.