public enum OvhClusterServiceNameEnum extends Enum<OvhClusterServiceNameEnum>
| Enum Constant and Description |
|---|
HBase |
HDFS |
Hive |
HUE |
Oozie |
Solr |
Spark |
Sqoop |
YARN |
ZooKeeper |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhClusterServiceNameEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhClusterServiceNameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhClusterServiceNameEnum HBase
public static final OvhClusterServiceNameEnum HDFS
public static final OvhClusterServiceNameEnum HUE
public static final OvhClusterServiceNameEnum Hive
public static final OvhClusterServiceNameEnum Oozie
public static final OvhClusterServiceNameEnum Solr
public static final OvhClusterServiceNameEnum Spark
public static final OvhClusterServiceNameEnum Sqoop
public static final OvhClusterServiceNameEnum YARN
public static final OvhClusterServiceNameEnum ZooKeeper
public static OvhClusterServiceNameEnum[] values()
for (OvhClusterServiceNameEnum c : OvhClusterServiceNameEnum.values()) System.out.println(c);
public static OvhClusterServiceNameEnum 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<OvhClusterServiceNameEnum>Copyright © 2017. All rights reserved.