public enum ServicesEnum extends java.lang.Enum<ServicesEnum>
| Enum Constant and Description |
|---|
apiserver |
cldb |
fileserver |
hbmaster |
hbregionserver |
historyserver |
hoststats |
jobtracker |
nfs |
nodemanager |
resourcemanager |
tasktracker |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName() |
java.lang.String |
getLogPath() |
java.lang.String |
getPort() |
java.lang.String |
getserviceTotal() |
java.lang.String |
getServiceTotal() |
java.lang.String |
getWebLink() |
static ServicesEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServicesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicesEnum cldb
public static final ServicesEnum fileserver
public static final ServicesEnum jobtracker
public static final ServicesEnum nfs
public static final ServicesEnum hbmaster
public static final ServicesEnum hbregionserver
public static final ServicesEnum tasktracker
public static final ServicesEnum apiserver
public static final ServicesEnum hoststats
public static final ServicesEnum resourcemanager
public static final ServicesEnum nodemanager
public static final ServicesEnum historyserver
public static ServicesEnum[] values()
for (ServicesEnum c : ServicesEnum.values()) System.out.println(c);
public static ServicesEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getserviceTotal()
public java.lang.String getServiceTotal()
public java.lang.String getWebLink()
public java.lang.String getPort()
public java.lang.String getLogPath()
public java.lang.String getDisplayName()