|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiHost | |
---|---|
com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
com.cloudera.api.v1 | API version 1, introduced in Cloudera Manager 4.0. |
com.cloudera.api.v11 | API version 11, introduced in Cloudera Manager 5.5.0. |
Uses of ApiHost in com.cloudera.api.model |
---|
Methods in com.cloudera.api.model that return types with arguments of type ApiHost | |
---|---|
List<ApiHost> |
ApiDeployment.getHosts()
List of hosts in the system |
List<ApiHost> |
ApiHostList.getHosts()
|
Method parameters in com.cloudera.api.model with type arguments of type ApiHost | |
---|---|
void |
ApiDeployment.setHosts(List<ApiHost> hosts)
|
void |
ApiHostList.setHosts(List<ApiHost> hosts)
|
Constructors in com.cloudera.api.model with parameters of type ApiHost | |
---|---|
ApiHost(ApiHost host)
Copy constructor |
Constructor parameters in com.cloudera.api.model with type arguments of type ApiHost | |
---|---|
ApiHostList(List<ApiHost> hosts)
|
Uses of ApiHost in com.cloudera.api.v1 |
---|
Methods in com.cloudera.api.v1 that return ApiHost | |
---|---|
ApiHost |
HostsResource.deleteHost(String hostId)
Delete a host from the system |
ApiHost |
HostsResource.readHost(String hostId)
Returns a specific Host in the system |
ApiHost |
HostsResource.updateHost(String hostId,
ApiHost host)
Update an existing host in the system. |
Methods in com.cloudera.api.v1 with parameters of type ApiHost | |
---|---|
ApiHost |
HostsResource.updateHost(String hostId,
ApiHost host)
Update an existing host in the system. |
Uses of ApiHost in com.cloudera.api.v11 |
---|
Methods in com.cloudera.api.v11 that return ApiHost | |
---|---|
ApiHost |
HostsResourceV11.readHost(String hostId,
DataView dataView)
Returns a specific Host in the system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |