Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ServicesResourceApi.rollingRestart(String clusterName,
String serviceName,
ApiRollingRestartArgs body)
Command to run rolling restart of roles in a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.rollingRestartAsync(String clusterName,
String serviceName,
ApiRollingRestartArgs body,
ApiCallback<ApiCommand> callback)
Command to run rolling restart of roles in a service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.rollingRestartCall(String clusterName,
String serviceName,
ApiRollingRestartArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rollingRestart
|
ApiResponse<ApiCommand> |
ServicesResourceApi.rollingRestartWithHttpInfo(String clusterName,
String serviceName,
ApiRollingRestartArgs body)
Command to run rolling restart of roles in a service.
|
Modifier and Type | Method and Description |
---|---|
ApiRollingRestartArgs |
ApiRollingRestartArgs.addRestartRoleNamesItem(String restartRoleNamesItem) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.addRestartRoleTypesItem(String restartRoleTypesItem) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.restartRoleNames(List<String> restartRoleNames) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.restartRoleTypes(List<String> restartRoleTypes) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.slaveBatchSize(BigDecimal slaveBatchSize) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.slaveFailCountThreshold(BigDecimal slaveFailCountThreshold) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.sleepSeconds(BigDecimal sleepSeconds) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.staleConfigsOnly(Boolean staleConfigsOnly) |
ApiRollingRestartArgs |
ApiRollingRestartArgs.unUpgradedOnly(Boolean unUpgradedOnly) |
Copyright © 2019. All rights reserved.