public static enum Service.Type extends Enum<Service.Type>
Enum Constant and Description |
---|
FLUME |
GANGLIA |
GLUSTERFS |
HBASE |
HCATALOG |
HDFS |
HIVE |
MAPREDUCE |
MAPREDUCE2 |
NAGIOS |
OOZIE |
PIG |
SQOOP |
WEBHCAT |
YARN |
ZOOKEEPER |
Modifier and Type | Method and Description |
---|---|
static Service.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service.Type HDFS
public static final Service.Type GLUSTERFS
public static final Service.Type MAPREDUCE
public static final Service.Type HBASE
public static final Service.Type HIVE
public static final Service.Type OOZIE
public static final Service.Type WEBHCAT
public static final Service.Type SQOOP
public static final Service.Type NAGIOS
public static final Service.Type GANGLIA
public static final Service.Type ZOOKEEPER
public static final Service.Type PIG
public static final Service.Type HCATALOG
public static final Service.Type FLUME
public static final Service.Type YARN
public static final Service.Type MAPREDUCE2
public static Service.Type[] values()
for (Service.Type c : Service.Type.values()) System.out.println(c);
public static Service.Type 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 © 2014. All rights reserved.