|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiConfigList | |
---|---|
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.v15 | API version 15, introduced in Cloudera Manager 5.10.0. |
com.cloudera.api.v16 | API version 16, introduced in Cloudera Manager 5.11.0. |
com.cloudera.api.v3 | API version 3, introduced in Cloudera Manager 4.5. |
Uses of ApiConfigList in com.cloudera.api.model |
---|
Subclasses of ApiConfigList in com.cloudera.api.model | |
---|---|
class |
ApiRoleTypeConfig
Role type configuration information. |
class |
ApiServiceConfig
Service and role type configuration. |
Methods in com.cloudera.api.model that return ApiConfigList | |
---|---|
ApiConfigList |
ApiExternalAccount.getAccountConfigs()
Represents the account configuration for this account. |
ApiConfigList |
ApiDeployment.getAllHostsConfig()
Configuration parameters that apply to all hosts, unless overridden at the host level. |
ApiConfigList |
ApiExternalAccountType.getAllowedAccountConfigs()
Represents the list of allowed account configs. |
ApiConfigList |
ApiRole.getConfig()
The role configuration. |
ApiConfigList |
ApiRoleConfigGroup.getConfig()
The configuration for this group. |
ApiConfigList |
ApiHost.getConfig()
|
ApiConfigList |
ApiDeployment.getManagerSettings()
The full configuration of Cloudera Manager itself including licensing info |
Methods in com.cloudera.api.model with parameters of type ApiConfigList | |
---|---|
void |
ApiExternalAccount.setAccountConfigs(ApiConfigList accountConfigs)
|
void |
ApiDeployment.setAllHostsConfig(ApiConfigList allHostsConfig)
|
void |
ApiExternalAccountType.setAllowedAccountConfigs(ApiConfigList allowedAccountConfigs)
|
void |
ApiRole.setConfig(ApiConfigList config)
|
void |
ApiRoleConfigGroup.setConfig(ApiConfigList config)
|
void |
ApiHost.setConfig(ApiConfigList config)
|
void |
ApiDeployment.setManagerSettings(ApiConfigList managerSettings)
|
Uses of ApiConfigList in com.cloudera.api.v1 |
---|
Methods in com.cloudera.api.v1 that return ApiConfigList | |
---|---|
ApiConfigList |
ClouderaManagerResource.getConfig(DataView dataView)
Retrieve the Cloudera Manager settings. |
ApiConfigList |
HostsResource.readHostConfig(String hostId,
DataView dataView)
Retrieves the configuration of a specific host. |
ApiConfigList |
RolesResource.readRoleConfig(String roleName,
DataView dataView)
Retrieves the configuration of a specific role. |
ApiConfigList |
MgmtRolesResource.readRoleConfig(String roleName,
DataView dataView)
Retrieve the configuration of a specific Cloudera Management Services role. |
ApiConfigList |
ClouderaManagerResource.updateConfig(ApiConfigList config)
Update the Cloudera Manager settings. |
ApiConfigList |
HostsResource.updateHostConfig(String hostId,
String message,
ApiConfigList config)
Updates the host configuration with the given values. |
ApiConfigList |
RolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Updates the role configuration with the given values. |
ApiConfigList |
MgmtRolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Update the configuration of a Cloudera Management Services role. |
Methods in com.cloudera.api.v1 with parameters of type ApiConfigList | |
---|---|
ApiConfigList |
ClouderaManagerResource.updateConfig(ApiConfigList config)
Update the Cloudera Manager settings. |
ApiConfigList |
HostsResource.updateHostConfig(String hostId,
String message,
ApiConfigList config)
Updates the host configuration with the given values. |
ApiConfigList |
RolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Updates the role configuration with the given values. |
ApiConfigList |
MgmtRolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Update the configuration of a Cloudera Management Services role. |
Uses of ApiConfigList in com.cloudera.api.v15 |
---|
Methods in com.cloudera.api.v15 that return ApiConfigList | |
---|---|
ApiConfigList |
ClouderaManagerResourceV15.updateConfig(ApiConfigList config,
String message)
Update the Cloudera Manager settings. |
Methods in com.cloudera.api.v15 with parameters of type ApiConfigList | |
---|---|
ApiConfigList |
ClouderaManagerResourceV15.updateConfig(ApiConfigList config,
String message)
Update the Cloudera Manager settings. |
Uses of ApiConfigList in com.cloudera.api.v16 |
---|
Methods in com.cloudera.api.v16 that return ApiConfigList | |
---|---|
ApiConfigList |
ExternalAccountsResourceV16.readConfig(String name,
DataView view)
Get configs of external account for the given account name. |
ApiConfigList |
ExternalAccountsResourceV16.updateConfig(String name,
ApiConfigList config,
String message)
Upadate configs of external account for the given account name. |
Methods in com.cloudera.api.v16 with parameters of type ApiConfigList | |
---|---|
ApiConfigList |
ExternalAccountsResourceV16.updateConfig(String name,
ApiConfigList config,
String message)
Upadate configs of external account for the given account name. |
Uses of ApiConfigList in com.cloudera.api.v3 |
---|
Methods in com.cloudera.api.v3 that return ApiConfigList | |
---|---|
ApiConfigList |
AllHostsResource.readConfig(DataView dataView)
Retrieve the default configuration for all hosts. |
ApiConfigList |
RoleConfigGroupsResource.readConfig(String roleConfigGroupName,
DataView dataView)
Returns the current revision of the config for the specified role config group. |
ApiConfigList |
MgmtRoleConfigGroupsResource.readConfig(String roleConfigGroupName,
DataView dataView)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services. |
ApiConfigList |
AllHostsResource.updateConfig(String message,
ApiConfigList config)
Update the default configuration values for all hosts. |
ApiConfigList |
RoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group. |
ApiConfigList |
MgmtRoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group in the Cloudera Management Services. |
Methods in com.cloudera.api.v3 with parameters of type ApiConfigList | |
---|---|
ApiConfigList |
AllHostsResource.updateConfig(String message,
ApiConfigList config)
Update the default configuration values for all hosts. |
ApiConfigList |
RoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group. |
ApiConfigList |
MgmtRoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group in the Cloudera Management Services. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |