Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiHealthSummary |
ApiService.getHealthSummary()
Readonly.
|
ApiHealthSummary |
ApiRole.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiService.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiRole.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiNameservice.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiHost.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiHealthCheck.setSummary(ApiHealthSummary summary) |
Constructor and Description |
---|
ApiHealthCheck(String name,
ApiHealthSummary summary) |
ApiHealthCheck(String name,
ApiHealthSummary summary,
String explanation,
boolean suppressed) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.