@Generated(value="OracleSDKGenerator", comments="API Version: 20190531") public enum Service extends Enum<Service> implements BmcEnum
The type of service.
Enum Constant and Description |
---|
Ams |
Flink |
Hbase |
Hdfs |
Hive |
Kafka |
Mapreduce |
Oozie |
Registry |
Spark |
Yarn |
Zookeeper |
Modifier and Type | Method and Description |
---|---|
static Service |
create(String key) |
String |
getValue() |
static Service |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service Zookeeper
public static final Service Ams
public static final Service Hdfs
public static final Service Yarn
public static final Service Mapreduce
public static final Service Oozie
public static final Service Hbase
public static final Service Spark
public static final Service Hive
public static final Service Kafka
public static final Service Flink
public static final Service Registry
public static Service[] values()
for (Service c : Service.values()) System.out.println(c);
public static Service 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 © 2016–2024. All rights reserved.