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(String message,
ApiServiceConfig body)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
AuthServiceResourceApi.updateServiceConfig(String message,
ApiServiceConfig body) |
ApiServiceConfig |
ServicesResourceApi.updateServiceConfig(String clusterName,
String serviceName,
String message,
ApiServiceConfig body)
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(String message,
ApiServiceConfig body)
Update the Cloudera Management Services configuration.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.updateServiceConfigWithHttpInfo(String message,
ApiServiceConfig body) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.updateServiceConfigWithHttpInfo(String clusterName,
String serviceName,
String message,
ApiServiceConfig body)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
MgmtServiceResourceApi.updateServiceConfig(String message,
ApiServiceConfig body)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
AuthServiceResourceApi.updateServiceConfig(String message,
ApiServiceConfig body) |
ApiServiceConfig |
ServicesResourceApi.updateServiceConfig(String clusterName,
String serviceName,
String message,
ApiServiceConfig body)
Updates the service configuration with the given values.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.updateServiceConfigAsync(String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
Update the Cloudera Management Services configuration.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.updateServiceConfigAsync(String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceConfigAsync(String clusterName,
String serviceName,
String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
Updates the service configuration with the given values.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.updateServiceConfigCall(String message,
ApiServiceConfig body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.updateServiceConfigCall(String message,
ApiServiceConfig body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceConfigCall(String clusterName,
String serviceName,
String message,
ApiServiceConfig body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateServiceConfig
|
ApiResponse<ApiServiceConfig> |
MgmtServiceResourceApi.updateServiceConfigWithHttpInfo(String message,
ApiServiceConfig body)
Update the Cloudera Management Services configuration.
|
ApiResponse<ApiServiceConfig> |
AuthServiceResourceApi.updateServiceConfigWithHttpInfo(String message,
ApiServiceConfig body) |
ApiResponse<ApiServiceConfig> |
ServicesResourceApi.updateServiceConfigWithHttpInfo(String clusterName,
String serviceName,
String message,
ApiServiceConfig body)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.readServiceConfigAsync(String view,
ApiCallback<ApiServiceConfig> callback)
Retrieve the configuration of the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.readServiceConfigAsync(String view,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.readServiceConfigAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiServiceConfig> callback)
Retrieves the configuration of a specific service.
|
com.squareup.okhttp.Call |
MgmtServiceResourceApi.updateServiceConfigAsync(String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
Update the Cloudera Management Services configuration.
|
com.squareup.okhttp.Call |
AuthServiceResourceApi.updateServiceConfigAsync(String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ServicesResourceApi.updateServiceConfigAsync(String clusterName,
String serviceName,
String message,
ApiServiceConfig body,
ApiCallback<ApiServiceConfig> callback)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
ApiServiceConfig.addItemsItem(ApiConfig itemsItem) |
ApiServiceConfig |
ApiServiceConfig.addRoleTypeConfigsItem(ApiRoleTypeConfig roleTypeConfigsItem) |
ApiServiceConfig |
ApiService.getConfig()
Configuration of the service being created.
|
ApiServiceConfig |
ApiServiceConfig.items(List<ApiConfig> items) |
ApiServiceConfig |
ApiServiceConfig.roleTypeConfigs(List<ApiRoleTypeConfig> roleTypeConfigs) |
Modifier and Type | Method and Description |
---|---|
ApiService |
ApiService.config(ApiServiceConfig config) |
void |
ApiService.setConfig(ApiServiceConfig config) |
Copyright © 2019. All rights reserved.