Package com.oracle.bmc.bds.model
Enum BdsInstance.ClusterProfile
- java.lang.Object
-
- java.lang.Enum<BdsInstance.ClusterProfile>
-
- com.oracle.bmc.bds.model.BdsInstance.ClusterProfile
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<BdsInstance.ClusterProfile>
- Enclosing class:
- BdsInstance
public static enum BdsInstance.ClusterProfile extends Enum<BdsInstance.ClusterProfile> implements BmcEnum
Profile of the Big Data Service cluster.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Hadoop
HadoopExtended
Hbase
Hive
Kafka
Spark
Trino
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BdsInstance.ClusterProfile
create(String key)
String
getValue()
static BdsInstance.ClusterProfile
valueOf(String name)
Returns the enum constant of this type with the specified name.static BdsInstance.ClusterProfile[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HadoopExtended
public static final BdsInstance.ClusterProfile HadoopExtended
-
Hadoop
public static final BdsInstance.ClusterProfile Hadoop
-
Hive
public static final BdsInstance.ClusterProfile Hive
-
Spark
public static final BdsInstance.ClusterProfile Spark
-
Hbase
public static final BdsInstance.ClusterProfile Hbase
-
Trino
public static final BdsInstance.ClusterProfile Trino
-
Kafka
public static final BdsInstance.ClusterProfile Kafka
-
UnknownEnumValue
public static final BdsInstance.ClusterProfile UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static BdsInstance.ClusterProfile[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BdsInstance.ClusterProfile c : BdsInstance.ClusterProfile.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BdsInstance.ClusterProfile valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static BdsInstance.ClusterProfile create(String key)
-
-