|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiHealthSummary | |
---|---|
com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
Uses of ApiHealthSummary in com.cloudera.api.model |
---|
Methods in com.cloudera.api.model that return ApiHealthSummary | |
---|---|
ApiHealthSummary |
ApiRole.getHealthSummary()
Readonly. |
ApiHealthSummary |
ApiService.getHealthSummary()
Readonly. |
ApiHealthSummary |
ApiNameservice.getHealthSummary()
Requires "full" view. |
ApiHealthSummary |
ApiHost.getHealthSummary()
Readonly. |
ApiHealthSummary |
ApiHealthCheck.getSummary()
The summary status of this check. |
static ApiHealthSummary |
ApiHealthSummary.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApiHealthSummary[] |
ApiHealthSummary.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.cloudera.api.model with parameters of type ApiHealthSummary | |
---|---|
void |
ApiRole.setHealthSummary(ApiHealthSummary healthSummary)
|
void |
ApiService.setHealthSummary(ApiHealthSummary healthSummary)
|
void |
ApiNameservice.setHealthSummary(ApiHealthSummary healthSummary)
|
void |
ApiHost.setHealthSummary(ApiHealthSummary healthSummary)
|
void |
ApiHealthCheck.setSummary(ApiHealthSummary summary)
|
Constructors in com.cloudera.api.model with parameters of type ApiHealthSummary | |
---|---|
ApiHealthCheck(String name,
ApiHealthSummary summary)
|
|
ApiHealthCheck(String name,
ApiHealthSummary summary,
String explanation,
boolean suppressed)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |