Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ClustersResourceApi.restartCommand(String clusterName,
ApiRestartClusterArgs body)
Restart all services in the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.restartCommandAsync(String clusterName,
ApiRestartClusterArgs body,
ApiCallback<ApiCommand> callback)
Restart all services in the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.restartCommandCall(String clusterName,
ApiRestartClusterArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
ApiResponse<ApiCommand> |
ClustersResourceApi.restartCommandWithHttpInfo(String clusterName,
ApiRestartClusterArgs body)
Restart all services in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiRestartClusterArgs |
ApiRestartClusterArgs.addRestartServiceNamesItem(String restartServiceNamesItem) |
ApiRestartClusterArgs |
ApiRestartClusterArgs.redeployClientConfiguration(Boolean redeployClientConfiguration) |
ApiRestartClusterArgs |
ApiRestartClusterArgs.restartOnlyStaleServices(Boolean restartOnlyStaleServices) |
ApiRestartClusterArgs |
ApiRestartClusterArgs.restartServiceNames(List<String> restartServiceNames) |
Copyright © 2019. All rights reserved.