|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ApiHealthSummary>
com.cloudera.api.model.ApiHealthSummary
public enum ApiHealthSummary
Represents of the high-level health status of a subject in the cluster.
Enum Constant Summary | |
---|---|
BAD
The subject is in bad health |
|
CONCERNING
The subject is in concerning health |
|
DISABLED
The health check for this subject has been disabled |
|
GOOD
The subject is in good health |
|
HISTORY_NOT_AVAILABLE
The health status was not captured at this past instant |
|
NOT_AVAILABLE
The health status cannot be determined |
Method Summary | |
---|---|
static ApiHealthSummary |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApiHealthSummary[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ApiHealthSummary DISABLED
public static final ApiHealthSummary HISTORY_NOT_AVAILABLE
public static final ApiHealthSummary NOT_AVAILABLE
public static final ApiHealthSummary GOOD
public static final ApiHealthSummary CONCERNING
public static final ApiHealthSummary BAD
Method Detail |
---|
public static ApiHealthSummary[] values()
for (ApiHealthSummary c : ApiHealthSummary.values()) System.out.println(c);
public static ApiHealthSummary valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |