Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ClustersResourceApi.rollingUpgrade(String clusterName,
ApiRollingUpgradeServicesArgs body)
Command to do a rolling upgrade of specific services in the given cluster This command does not handle any services that don't support rolling upgrades.
|
com.squareup.okhttp.Call |
ClustersResourceApi.rollingUpgradeAsync(String clusterName,
ApiRollingUpgradeServicesArgs body,
ApiCallback<ApiCommand> callback)
Command to do a rolling upgrade of specific services in the given cluster This command does not handle any services that don't support rolling upgrades.
|
com.squareup.okhttp.Call |
ClustersResourceApi.rollingUpgradeCall(String clusterName,
ApiRollingUpgradeServicesArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rollingUpgrade
|
ApiResponse<ApiCommand> |
ClustersResourceApi.rollingUpgradeWithHttpInfo(String clusterName,
ApiRollingUpgradeServicesArgs body)
Command to do a rolling upgrade of specific services in the given cluster This command does not handle any services that don't support rolling upgrades.
|
Modifier and Type | Method and Description |
---|---|
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.addUpgradeServiceNamesItem(String upgradeServiceNamesItem) |
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.slaveBatchSize(BigDecimal slaveBatchSize) |
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.slaveFailCountThreshold(BigDecimal slaveFailCountThreshold) |
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.sleepSeconds(BigDecimal sleepSeconds) |
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.upgradeFromCdhVersion(String upgradeFromCdhVersion) |
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.upgradeServiceNames(List<String> upgradeServiceNames) |
ApiRollingUpgradeServicesArgs |
ApiRollingUpgradeServicesArgs.upgradeToCdhVersion(String upgradeToCdhVersion) |
Copyright © 2019. All rights reserved.