Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
HostsResourceApi.removeHostsFromCluster(ApiHostsToRemoveArgs body)
Decommissions and deletes all non management roles from the list of hosts and removes the hosts from the cluster.
|
com.squareup.okhttp.Call |
HostsResourceApi.removeHostsFromClusterAsync(ApiHostsToRemoveArgs body,
ApiCallback<ApiCommand> callback)
Decommissions and deletes all non management roles from the list of hosts and removes the hosts from the cluster.
|
com.squareup.okhttp.Call |
HostsResourceApi.removeHostsFromClusterCall(ApiHostsToRemoveArgs body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeHostsFromCluster
|
ApiResponse<ApiCommand> |
HostsResourceApi.removeHostsFromClusterWithHttpInfo(ApiHostsToRemoveArgs body)
Decommissions and deletes all non management roles from the list of hosts and removes the hosts from the cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiHostsToRemoveArgs |
ApiHostsToRemoveArgs.addHostsToRemoveItem(String hostsToRemoveItem) |
ApiHostsToRemoveArgs |
ApiHostsToRemoveArgs.deleteHosts(Boolean deleteHosts) |
ApiHostsToRemoveArgs |
ApiHostsToRemoveArgs.hostsToRemove(List<String> hostsToRemove) |
Copyright © 2022. All rights reserved.