|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApiHostRef | |
|---|---|
| com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
| com.cloudera.api.v3 | API version 3, introduced in Cloudera Manager 4.5. |
| Uses of ApiHostRef in com.cloudera.api.model |
|---|
| Methods in com.cloudera.api.model that return ApiHostRef | |
|---|---|
ApiHostRef |
ApiImpalaQuery.getCoordinator()
The host of the Impala Daemon coordinating the query |
ApiHostRef |
ApiRole.getHostRef()
A reference to the host where this role runs. |
ApiHostRef |
ApiParcelUsageHost.getHostRef()
A reference to the corresponding Host object. |
ApiHostRef |
ApiCommand.getHostRef()
Reference to the host (for host commands only). |
| Methods in com.cloudera.api.model that return types with arguments of type ApiHostRef | |
|---|---|
List<ApiHostRef> |
ApiHostRefList.getHosts()
|
| Methods in com.cloudera.api.model with parameters of type ApiHostRef | |
|---|---|
void |
ApiImpalaQuery.setCoordinator(ApiHostRef coordinator)
|
void |
ApiRole.setHostRef(ApiHostRef hostRef)
|
void |
ApiParcelUsageHost.setHostRef(ApiHostRef hostRef)
|
void |
ApiCommand.setHostRef(ApiHostRef hostRef)
|
| Method parameters in com.cloudera.api.model with type arguments of type ApiHostRef | |
|---|---|
void |
ApiHostRefList.setHosts(List<ApiHostRef> hosts)
|
| Constructors in com.cloudera.api.model with parameters of type ApiHostRef | |
|---|---|
ApiCommand(Long id,
String name,
Date startTime,
Date endTime,
boolean active,
Boolean success,
String resultMessage,
String resultDataUrl,
ApiClusterRef clusterRef,
ApiServiceRef serviceRef,
ApiRoleRef roleRef,
ApiHostRef hostRef,
ApiCommandList children,
ApiCommand parent,
Boolean canRetry)
|
|
| Constructor parameters in com.cloudera.api.model with type arguments of type ApiHostRef | |
|---|---|
ApiHostRefList(List<ApiHostRef> hosts)
|
|
| Uses of ApiHostRef in com.cloudera.api.v3 |
|---|
| Methods in com.cloudera.api.v3 that return ApiHostRef | |
|---|---|
ApiHostRef |
ClustersResourceV3.removeHost(String clusterName,
String hostId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||