Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiService |
AuthServiceResourceApi.delete()
Delete the Authentication Service.
|
ApiService |
MgmtServiceResourceApi.deleteCMS()
Delete the Cloudera Management Services.
|
ApiService |
ServicesResourceApi.deleteService(String clusterName,
String serviceName)
Deletes a service from the system.
|
ApiService |
AuthServiceResourceApi.readService()
Retrieve information about the Authentication Services.
|
ApiService |
MgmtServiceResourceApi.readService(String view)
Retrieve information about the Cloudera Management Services.
|
ApiService |
ServicesResourceApi.readService(String clusterName,
String serviceName,
String view)
Retrieves details information about a service.
|
ApiService |
AuthServiceResourceApi.setup(ApiService body)
Setup the Authentication Service.
|
ApiService |
MgmtServiceResourceApi.setupCMS(ApiService body)
Setup the Cloudera Management Services.
|
ApiService |
ServicesResourceApi.updateService(String clusterName,
String serviceName,
ApiService body)
Updates service information.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiService> |
MgmtServiceResourceApi.deleteCMSWithHttpInfo()
Delete the Cloudera Management Services.
|
ApiResponse<ApiService> |
ServicesResourceApi.deleteServiceWithHttpInfo(String clusterName,
String serviceName)
Deletes a service from the system.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.deleteWithHttpInfo()
Delete the Authentication Service.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.readServiceWithHttpInfo()
Retrieve information about the Authentication Services.
|
ApiResponse<ApiService> |
MgmtServiceResourceApi.readServiceWithHttpInfo(String view)
Retrieve information about the Cloudera Management Services.
|
ApiResponse<ApiService> |
ServicesResourceApi.readServiceWithHttpInfo(String clusterName,
String serviceName,
String view)
Retrieves details information about a service.
|
ApiResponse<ApiService> |
MgmtServiceResourceApi.setupCMSWithHttpInfo(ApiService body)
Setup the Cloudera Management Services.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.setupWithHttpInfo(ApiService body)
Setup the Authentication Service.
|
ApiResponse<ApiService> |
ServicesResourceApi.updateServiceWithHttpInfo(String clusterName,
String serviceName,
ApiService body)
Updates service information.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
AuthServiceResourceApi.setup(ApiService body)
Setup the Authentication Service.
|
okhttp3.Call |
AuthServiceResourceApi.setupAsync(ApiService body,
ApiCallback<ApiService> callback)
Setup the Authentication Service.
|
okhttp3.Call |
AuthServiceResourceApi.setupCall(ApiService body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setup
|
ApiService |
MgmtServiceResourceApi.setupCMS(ApiService body)
Setup the Cloudera Management Services.
|
okhttp3.Call |
MgmtServiceResourceApi.setupCMSAsync(ApiService body,
ApiCallback<ApiService> callback)
Setup the Cloudera Management Services.
|
okhttp3.Call |
MgmtServiceResourceApi.setupCMSCall(ApiService body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setupCMS
|
ApiResponse<ApiService> |
MgmtServiceResourceApi.setupCMSWithHttpInfo(ApiService body)
Setup the Cloudera Management Services.
|
ApiResponse<ApiService> |
AuthServiceResourceApi.setupWithHttpInfo(ApiService body)
Setup the Authentication Service.
|
ApiService |
ServicesResourceApi.updateService(String clusterName,
String serviceName,
ApiService body)
Updates service information.
|
okhttp3.Call |
ServicesResourceApi.updateServiceAsync(String clusterName,
String serviceName,
ApiService body,
ApiCallback<ApiService> callback)
Updates service information.
|
okhttp3.Call |
ServicesResourceApi.updateServiceCall(String clusterName,
String serviceName,
ApiService body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateService
|
ApiResponse<ApiService> |
ServicesResourceApi.updateServiceWithHttpInfo(String clusterName,
String serviceName,
ApiService body)
Updates service information.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AuthServiceResourceApi.deleteAsync(ApiCallback<ApiService> callback)
Delete the Authentication Service.
|
okhttp3.Call |
MgmtServiceResourceApi.deleteCMSAsync(ApiCallback<ApiService> callback)
Delete the Cloudera Management Services.
|
okhttp3.Call |
ServicesResourceApi.deleteServiceAsync(String clusterName,
String serviceName,
ApiCallback<ApiService> callback)
Deletes a service from the system.
|
okhttp3.Call |
AuthServiceResourceApi.readServiceAsync(ApiCallback<ApiService> callback)
Retrieve information about the Authentication Services.
|
okhttp3.Call |
MgmtServiceResourceApi.readServiceAsync(String view,
ApiCallback<ApiService> callback)
Retrieve information about the Cloudera Management Services.
|
okhttp3.Call |
ServicesResourceApi.readServiceAsync(String clusterName,
String serviceName,
String view,
ApiCallback<ApiService> callback)
Retrieves details information about a service.
|
okhttp3.Call |
AuthServiceResourceApi.setupAsync(ApiService body,
ApiCallback<ApiService> callback)
Setup the Authentication Service.
|
okhttp3.Call |
MgmtServiceResourceApi.setupCMSAsync(ApiService body,
ApiCallback<ApiService> callback)
Setup the Cloudera Management Services.
|
okhttp3.Call |
ServicesResourceApi.updateServiceAsync(String clusterName,
String serviceName,
ApiService body,
ApiCallback<ApiService> callback)
Updates service information.
|
Modifier and Type | Method and Description |
---|---|
List<ApiService> |
ApiServiceList.getItems()
Get items
|
List<ApiService> |
ApiCluster.getServices()
Optional.
|
List<ApiService> |
ApiDataContext.getServicesDetails()
Get servicesDetails
|
Modifier and Type | Method and Description |
---|---|
ApiServiceList |
ApiServiceList.addItemsItem(ApiService itemsItem) |
ApiDataContext |
ApiDataContext.addServicesDetailsItem(ApiService servicesDetailsItem) |
ApiCluster |
ApiCluster.addServicesItem(ApiService servicesItem) |
ApiDeployment2 |
ApiDeployment2.managementService(ApiService managementService) |
ApiDeployment |
ApiDeployment.managementService(ApiService managementService) |
void |
ApiDeployment2.setManagementService(ApiService managementService) |
void |
ApiDeployment.setManagementService(ApiService managementService) |
Modifier and Type | Method and Description |
---|---|
ApiServiceList |
ApiServiceList.items(List<ApiService> items) |
ApiCluster |
ApiCluster.services(List<ApiService> services) |
ApiDataContext |
ApiDataContext.servicesDetails(List<ApiService> servicesDetails) |
void |
ApiServiceList.setItems(List<ApiService> items) |
void |
ApiCluster.setServices(List<ApiService> services) |
void |
ApiDataContext.setServicesDetails(List<ApiService> servicesDetails) |
Copyright © 2024. All rights reserved.