|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClouderaManagerResourceV15
| Method Summary | |
|---|---|
ApiShutdownReadiness |
getShutdownReadiness(String lastActivityTime)
Retrieve Cloudera Manager's readiness for shutdown and destroy. |
ApiCommand |
hostsRecommissionWithStartCommand(ApiHostNameList hostNameList)
Recommission the given hosts. |
ApiConfigList |
updateConfig(ApiConfigList config,
String message)
Update the Cloudera Manager settings. |
| Methods inherited from interface com.cloudera.api.v14.ClouderaManagerResourceV14 |
|---|
getScmDbInfo |
| Methods inherited from interface com.cloudera.api.v12.ClouderaManagerResourceV12 |
|---|
importClusterTemplate |
| Methods inherited from interface com.cloudera.api.v11.ClouderaManagerResourceV11 |
|---|
getCmPeersResource |
| Methods inherited from interface com.cloudera.api.v8.ClouderaManagerResourceV8 |
|---|
getMgmtServiceResource |
| Methods inherited from interface com.cloudera.api.v7.ClouderaManagerResourceV7 |
|---|
getKerberosPrincipals, importAdminCredentials, importKerberosPrincipal |
| Methods inherited from interface com.cloudera.api.v6.ClouderaManagerResourceV6 |
|---|
beginTrial, endTrial, getLicensedFeatureUsage, hostInstallCommand |
| Methods inherited from interface com.cloudera.api.v3.ClouderaManagerResourceV3 |
|---|
getAllHostsResource |
| Methods inherited from interface com.cloudera.api.v2.ClouderaManagerResourceV2 |
|---|
getDeployment, hostsDecommissionCommand, hostsRecommissionCommand, hostsStartRolesCommand, updateDeployment |
| Methods inherited from interface com.cloudera.api.v1.ClouderaManagerResource |
|---|
collectDiagnosticDataCommand, generateCredentialsCommand, getConfig, getLog, getVersion, inspectHostsCommand, listActiveCommands, readLicense, updateConfig, updateLicense |
| Method Detail |
|---|
@Path(value="/config")
ApiConfigList updateConfig(ApiConfigList config,
String message)
If a value is set in the given configuration, it will be added to the manager's settings, replacing any existing entry. If a value is unset (its value is null), the existing the setting will be erased.
Settings that are not listed in the input will maintain their current values.
config - Settings to update.message - Optional message describing the changes.
@Path(value="/shutdownReadiness") ApiShutdownReadiness getShutdownReadiness(String lastActivityTime)
lastActivityTime - End time of the last known activity/workload
against the managed clusters, in ISO 8601 format.
@Path(value="/commands/hostsRecommissionWithStart") ApiCommand hostsRecommissionWithStartCommand(ApiHostNameList hostNameList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||