public enum OvhRoleTypeEnum extends Enum<OvhRoleTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhRoleTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhRoleTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhRoleTypeEnum cloudera_manager
public static final OvhRoleTypeEnum data_node
public static final OvhRoleTypeEnum elasticsearch_server
public static final OvhRoleTypeEnum hbase_master
public static final OvhRoleTypeEnum hbase_region_server
public static final OvhRoleTypeEnum hive_server2
public static final OvhRoleTypeEnum hue
public static final OvhRoleTypeEnum impala_daemon
public static final OvhRoleTypeEnum impala_server
public static final OvhRoleTypeEnum map_reduce_history_server
public static final OvhRoleTypeEnum name_node
public static final OvhRoleTypeEnum oozie_server
public static final OvhRoleTypeEnum open_tsdb
public static final OvhRoleTypeEnum secondary_name_node
public static final OvhRoleTypeEnum solr_server
public static final OvhRoleTypeEnum spark_master
public static final OvhRoleTypeEnum spark_worker
public static final OvhRoleTypeEnum sqoop_server
public static final OvhRoleTypeEnum yarn_node_manager
public static final OvhRoleTypeEnum yarn_resource_manager
public static final OvhRoleTypeEnum zoo_keeper
public static OvhRoleTypeEnum[] values()
for (OvhRoleTypeEnum c : OvhRoleTypeEnum.values()) System.out.println(c);
public static OvhRoleTypeEnum 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<OvhRoleTypeEnum>Copyright © 2017. All rights reserved.