public class ApiDeployment extends Object
Constructor and Description |
---|
ApiDeployment() |
Modifier and Type | Method and Description |
---|---|
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() |
public Date getTimestamp()
public void setTimestamp(Date date)
public List<ApiCluster> getClusters()
public void setClusters(List<ApiCluster> clusters)
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 ApiHostTemplateList getHostTemplates()
public void setHostTemplates(ApiHostTemplateList hostTemplates)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.