| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiDeployment
public class ApiDeployment
This objects represents a deployment including all clusters, hosts, services, roles, etc in the system. It can be used to save and restore all settings.
| Constructor Summary | |
|---|---|
ApiDeployment()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
 | 
 ApiConfigList | 
getAllHostsConfig()
Configuration parameters that apply to all hosts, unless overridden at the host level.  | 
 List<ApiCluster> | 
getClusters()
List of clusters in the system including their services, roles and complete config values.  | 
 List<ApiHost> | 
getHosts()
List of hosts in the system  | 
 ApiHostTemplateList | 
getHostTemplates()
The list of all host templates in Cloudera Manager.  | 
 ApiService | 
getManagementService()
The full configuration of the Cloudera Manager management service including all the management roles and their config values  | 
 ApiConfigList | 
getManagerSettings()
The full configuration of Cloudera Manager itself including licensing info  | 
 List<ApiCmPeer> | 
getPeers()
The list of peers configured in Cloudera Manager.  | 
 Date | 
getTimestamp()
Readonly.  | 
 List<ApiUser> | 
getUsers()
List of all users in the system  | 
 ApiVersionInfo | 
getVersionInfo()
Full version information about the running Cloudera Manager instance  | 
 int | 
hashCode()
 | 
 void | 
setAllHostsConfig(ApiConfigList allHostsConfig)
 | 
 void | 
setClusters(List<ApiCluster> clusters)
 | 
 void | 
setHosts(List<ApiHost> hosts)
 | 
 void | 
setHostTemplates(ApiHostTemplateList hostTemplates)
 | 
 void | 
setManagementService(ApiService managementService)
 | 
 void | 
setManagerSettings(ApiConfigList managerSettings)
 | 
 void | 
setPeers(List<ApiCmPeer> peers)
 | 
 void | 
setTimestamp(Date date)
 | 
 void | 
setUsers(List<ApiUser> users)
 | 
 void | 
setVersionInfo(ApiVersionInfo versionInfo)
 | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ApiDeployment()
| Method Detail | 
|---|
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Date getTimestamp()
public void setTimestamp(Date date)
public List<ApiCluster> getClusters()
public void setClusters(List<ApiCluster> clusters)
public List<ApiHost> getHosts()
public void setHosts(List<ApiHost> hosts)
public List<ApiUser> getUsers()
public void setUsers(List<ApiUser> users)
public ApiVersionInfo getVersionInfo()
public void setVersionInfo(ApiVersionInfo versionInfo)
public ApiService getManagementService()
public void setManagementService(ApiService managementService)
public ApiConfigList getManagerSettings()
public void setManagerSettings(ApiConfigList managerSettings)
public ApiConfigList getAllHostsConfig()
public void setAllHostsConfig(ApiConfigList allHostsConfig)
public List<ApiCmPeer> getPeers()
public void setPeers(List<ApiCmPeer> peers)
public ApiHostTemplateList getHostTemplates()
public void setHostTemplates(ApiHostTemplateList hostTemplates)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||