Package com.mapr.cli.common
Enum ServicesEnum
- java.lang.Object
-
- java.lang.Enum<ServicesEnum>
-
- com.mapr.cli.common.ServicesEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ServicesEnum>
public enum ServicesEnum extends java.lang.Enum<ServicesEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description apiservercldbfileserverhbmasterhbregionserverhistoryserverhoststatsinsightjobtrackerkeycloaknfsnfs4nodemanagerresourcemanagers3serverschemaregistrytasktracker
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()java.lang.StringgetLogPath()java.lang.StringgetPort()java.lang.StringgetserviceTotal()java.lang.StringgetServiceTotal()java.lang.StringgetWebLink()static ServicesEnumvalueOf(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.
-
-
-
Enum Constant Detail
-
cldb
public static final ServicesEnum cldb
-
fileserver
public static final ServicesEnum fileserver
-
jobtracker
public static final ServicesEnum jobtracker
-
nfs
public static final ServicesEnum nfs
-
nfs4
public static final ServicesEnum nfs4
-
hbmaster
public static final ServicesEnum hbmaster
-
hbregionserver
public static final ServicesEnum hbregionserver
-
tasktracker
public static final ServicesEnum tasktracker
-
apiserver
public static final ServicesEnum apiserver
-
hoststats
public static final ServicesEnum hoststats
-
resourcemanager
public static final ServicesEnum resourcemanager
-
nodemanager
public static final ServicesEnum nodemanager
-
historyserver
public static final ServicesEnum historyserver
-
s3server
public static final ServicesEnum s3server
-
schemaregistry
public static final ServicesEnum schemaregistry
-
keycloak
public static final ServicesEnum keycloak
-
insight
public static final ServicesEnum insight
-
-
Method Detail
-
values
public static ServicesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ServicesEnum c : ServicesEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ServicesEnum valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getserviceTotal
public java.lang.String getserviceTotal()
-
getServiceTotal
public java.lang.String getServiceTotal()
-
getWebLink
public java.lang.String getWebLink()
-
getPort
public java.lang.String getPort()
-
getLogPath
public java.lang.String getLogPath()
-
getDisplayName
public java.lang.String getDisplayName()
-
-