Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
MgmtServiceResourceApi.readServiceConfig(String view)
Retrieve the configuration of the Cloudera Management Services.
|
ApiServiceConfig |
AuthServiceResourceApi.readServiceConfig(String view) |
ApiServiceConfig |
ServicesResourceApi.readServiceConfig(String clusterName,
String serviceName,
String view)
Retrieves the configuration of a specific service.
|
ApiServiceConfig |
MgmtServiceResourceApi.updateServiceConfig(ApiServiceConfig body,
String message)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
AuthServiceResourceApi.updateServiceConfig(ApiServiceConfig body,
String message) |
ApiServiceConfig |
ServicesResourceApi.updateServiceConfig(String clusterName,
String serviceName,
ApiServiceConfig body,
String message)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiServiceConfig> |
MgmtServiceResourceApi.readServiceConfigWithHttpInfo(String view)
Retrieve the configuration of the Cloudera Management Services.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.readServiceConfigWithHttpInfo(String view) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.readServiceConfigWithHttpInfo(String clusterName,
String serviceName,
String view)
Retrieves the configuration of a specific service.
|
ApiResponse<ApiServiceConfig> |
MgmtServiceResourceApi.updateServiceConfigWithHttpInfo(ApiServiceConfig body,
String message)
Update the Cloudera Management Services configuration.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.updateServiceConfigWithHttpInfo(ApiServiceConfig body,
String message) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.updateServiceConfigWithHttpInfo(String clusterName,
String serviceName,
ApiServiceConfig body,
String message)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
MgmtServiceResourceApi.updateServiceConfig(ApiServiceConfig body,
String message)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
AuthServiceResourceApi.updateServiceConfig(ApiServiceConfig body,
String message) |
ApiServiceConfig |
ServicesResourceApi.updateServiceConfig(String clusterName,
String serviceName,
ApiServiceConfig body,
String message)
Updates the service configuration with the given values.
|
okhttp3.Call |
MgmtServiceResourceApi.updateServiceConfigAsync(ApiServiceConfig body,
String message,
ApiCallback<ApiServiceConfig> callback)
Update the Cloudera Management Services configuration.
|
okhttp3.Call |
AuthServiceResourceApi.updateServiceConfigAsync(ApiServiceConfig body,
String message,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
okhttp3.Call |
ServicesResourceApi.updateServiceConfigAsync(String clusterName,
String serviceName,
ApiServiceConfig body,
String message,
ApiCallback<ApiServiceConfig> callback)
Updates the service configuration with the given values.
|
okhttp3.Call |
MgmtServiceResourceApi.updateServiceConfigCall(ApiServiceConfig body,
String message,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
okhttp3.Call |
AuthServiceResourceApi.updateServiceConfigCall(ApiServiceConfig body,
String message,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
okhttp3.Call |
ServicesResourceApi.updateServiceConfigCall(String clusterName,
String serviceName,
ApiServiceConfig body,
String message,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
ApiResponse<ApiServiceConfig> |
MgmtServiceResourceApi.updateServiceConfigWithHttpInfo(ApiServiceConfig body,
String message)
Update the Cloudera Management Services configuration.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.updateServiceConfigWithHttpInfo(ApiServiceConfig body,
String message) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.updateServiceConfigWithHttpInfo(String clusterName,
String serviceName,
ApiServiceConfig body,
String message)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
MgmtServiceResourceApi.readServiceConfigAsync(String view,
ApiCallback<ApiServiceConfig> callback)
Retrieve the configuration of the Cloudera Management Services.
|
okhttp3.Call |
AuthServiceResourceApi.readServiceConfigAsync(String view,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
okhttp3.Call |
ServicesResourceApi.readServiceConfigAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiServiceConfig> callback)
Retrieves the configuration of a specific service.
|
okhttp3.Call |
MgmtServiceResourceApi.updateServiceConfigAsync(ApiServiceConfig body,
String message,
ApiCallback<ApiServiceConfig> callback)
Update the Cloudera Management Services configuration.
|
okhttp3.Call |
AuthServiceResourceApi.updateServiceConfigAsync(ApiServiceConfig body,
String message,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
okhttp3.Call |
ServicesResourceApi.updateServiceConfigAsync(String clusterName,
String serviceName,
ApiServiceConfig body,
String message,
ApiCallback<ApiServiceConfig> callback)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
ApiServiceConfig.addRoleTypeConfigsItem(ApiRoleTypeConfig roleTypeConfigsItem) |
ApiServiceConfig |
ApiService.getConfig()
Get config
|
ApiServiceConfig |
ApiServiceConfig.roleTypeConfigs(List<ApiRoleTypeConfig> roleTypeConfigs) |
Modifier and Type | Method and Description |
---|---|
ApiService |
ApiService.config(ApiServiceConfig config) |
void |
ApiService.setConfig(ApiServiceConfig config) |
Copyright © 2024. All rights reserved.