Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ClouderaManagerResourceApi.hostsDecommissionCommand(ApiHostNameList body)
Decommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsDecommissionCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Decommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsDecommissionCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsDecommissionCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsDecommissionCommandWithHttpInfo(ApiHostNameList body)
Decommission the given hosts.
|
ApiHostMaintenanceResponseList |
HostsResourceApi.hostsEnterMaintenanceMode(ApiHostNameList body)
Puts a set of hosts into Maintenance mode.
|
okhttp3.Call |
HostsResourceApi.hostsEnterMaintenanceModeAsync(ApiHostNameList body,
ApiCallback<ApiHostMaintenanceResponseList> callback)
Puts a set of hosts into Maintenance mode.
|
okhttp3.Call |
HostsResourceApi.hostsEnterMaintenanceModeCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsEnterMaintenanceMode
|
ApiResponse<ApiHostMaintenanceResponseList> |
HostsResourceApi.hostsEnterMaintenanceModeWithHttpInfo(ApiHostNameList body)
Puts a set of hosts into Maintenance mode.
|
ApiCommand |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommand(ApiHostNameList body,
BigDecimal offlineTimeout)
Decommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommandAsync(ApiHostNameList body,
BigDecimal offlineTimeout,
ApiCallback<ApiCommand> callback)
Decommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommandCall(ApiHostNameList body,
BigDecimal offlineTimeout,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsOfflineOrDecommissionCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsOfflineOrDecommissionCommandWithHttpInfo(ApiHostNameList body,
BigDecimal offlineTimeout)
Decommission the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommand(ApiHostNameList body,
String recommissionType)
Recommission and exit maintenance on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommandAsync(ApiHostNameList body,
String recommissionType,
ApiCallback<ApiCommand> callback)
Recommission and exit maintenance on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommandCall(ApiHostNameList body,
String recommissionType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRecommissionAndExitMaintenanceModeCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRecommissionAndExitMaintenanceModeCommandWithHttpInfo(ApiHostNameList body,
String recommissionType)
Recommission and exit maintenance on the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRecommissionCommand(ApiHostNameList body)
Recommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRecommissionCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Recommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRecommissionCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRecommissionCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRecommissionCommandWithHttpInfo(ApiHostNameList body)
Recommission the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommand(ApiHostNameList body)
Recommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Recommission the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRecommissionWithStartCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRecommissionWithStartCommandWithHttpInfo(ApiHostNameList body)
Recommission the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsRepairRolesCommand(ApiHostNameList body)
Execute repair command on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRepairRolesCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Execute repair command on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsRepairRolesCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsRepairRolesCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsRepairRolesCommandWithHttpInfo(ApiHostNameList body)
Execute repair command on the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsStartRolesCommand(ApiHostNameList body)
Start all the roles on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsStartRolesCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Start all the roles on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsStartRolesCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsStartRolesCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsStartRolesCommandWithHttpInfo(ApiHostNameList body)
Start all the roles on the given hosts.
|
ApiCommand |
ClouderaManagerResourceApi.hostsStopRolesCommand(ApiHostNameList body)
Stop all the roles on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsStopRolesCommandAsync(ApiHostNameList body,
ApiCallback<ApiCommand> callback)
Stop all the roles on the given hosts.
|
okhttp3.Call |
ClouderaManagerResourceApi.hostsStopRolesCommandCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hostsStopRolesCommand
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.hostsStopRolesCommandWithHttpInfo(ApiHostNameList body)
Stop all the roles on the given hosts.
|
ApiGenericResponse |
HostsResourceApi.reallocateMemory(ApiHostNameList body)
Performs memory reallocation on set of hosts.
|
okhttp3.Call |
HostsResourceApi.reallocateMemoryAsync(ApiHostNameList body,
ApiCallback<ApiGenericResponse> callback)
Performs memory reallocation on set of hosts.
|
okhttp3.Call |
HostsResourceApi.reallocateMemoryCall(ApiHostNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reallocateMemory
|
ApiResponse<ApiGenericResponse> |
HostsResourceApi.reallocateMemoryWithHttpInfo(ApiHostNameList body)
Performs memory reallocation on set of hosts.
|
Modifier and Type | Method and Description |
---|---|
ApiHostNameList |
ApiHostNameList.addItemsItem(String itemsItem) |
ApiHostNameList |
ApiHostsPerfInspectorArgs.getSourceHostList()
Get sourceHostList
|
ApiHostNameList |
ApiHostsPerfInspectorArgs.getTargetHostList()
Get targetHostList
|
ApiHostNameList |
ApiMapEntryOfHostNameList.getValue()
Get value
|
ApiHostNameList |
ApiHostNameList.items(List<String> items) |
Modifier and Type | Method and Description |
---|---|
void |
ApiHostsPerfInspectorArgs.setSourceHostList(ApiHostNameList sourceHostList) |
void |
ApiHostsPerfInspectorArgs.setTargetHostList(ApiHostNameList targetHostList) |
void |
ApiMapEntryOfHostNameList.setValue(ApiHostNameList value) |
ApiHostsPerfInspectorArgs |
ApiHostsPerfInspectorArgs.sourceHostList(ApiHostNameList sourceHostList) |
ApiHostsPerfInspectorArgs |
ApiHostsPerfInspectorArgs.targetHostList(ApiHostNameList targetHostList) |
ApiMapEntryOfHostNameList |
ApiMapEntryOfHostNameList.value(ApiHostNameList value) |
Copyright © 2024. All rights reserved.