Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ApiHost> |
ApiHostList.getHosts() |
List<ApiHost> |
ApiDeployment.getHosts()
List of hosts in the system
|
Modifier and Type | Method and Description |
---|---|
void |
ApiHostList.setHosts(List<ApiHost> hosts) |
void |
ApiDeployment.setHosts(List<ApiHost> hosts) |
Constructor and Description |
---|
ApiHost(ApiHost host)
Copy constructor
|
Constructor and Description |
---|
ApiHostList(List<ApiHost> hosts) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ApiHost |
HostsResource.updateHost(String hostId,
ApiHost host)
Update an existing host in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiHost |
HostsResourceV11.readHost(String hostId,
DataView dataView)
Returns a specific Host in the system.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.