Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v1 |
API version 1, introduced in Cloudera Manager 4.0.
|
com.cloudera.api.v11 |
API version 11, introduced in Cloudera Manager 5.5.0.
|
com.cloudera.api.v2 |
API version 2, introduced in Cloudera Manager 4.1.
|
com.cloudera.api.v3 |
API version 3, introduced in Cloudera Manager 4.5.
|
com.cloudera.api.v6 |
API version 6, introduced in Cloudera Manager 5.0.0-beta-1.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
ApiDeployment.getManagementService()
The full configuration of the Cloudera Manager management service
including all the management roles and their config values
|
Modifier and Type | Method and Description |
---|---|
List<ApiService> |
ApiServiceList.getServices() |
List<ApiService> |
ApiCluster.getServices()
Optional.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiDeployment.setManagementService(ApiService managementService) |
Modifier and Type | Method and Description |
---|---|
void |
ApiServiceList.setServices(List<ApiService> values) |
void |
ApiCluster.setServices(List<ApiService> services) |
Constructor and Description |
---|
ApiServiceList(List<ApiService> services) |
Modifier and Type | Method and Description |
---|---|
ApiService |
ServicesResource.deleteService(String serviceName)
Deletes a service from the system.
|
ApiService |
MgmtServiceResource.readService()
Retrieve information about the Cloudera Management Services.
|
ApiService |
ServicesResource.readService(String serviceName)
Retrieves details information about a service.
|
ApiService |
MgmtServiceResource.setupCMS(ApiService service)
Setup the Cloudera Management Services.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
MgmtServiceResource.setupCMS(ApiService service)
Setup the Cloudera Management Services.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
ServicesResourceV11.readService(String serviceName,
DataView dataView)
Retrieves details information about a service.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
MgmtServiceResourceV2.readService(DataView dataView)
Retrieve information about the Cloudera Management Services.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
ServicesResourceV3.updateService(String serviceName,
ApiService service)
Updates service information.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
ServicesResourceV3.updateService(String serviceName,
ApiService service)
Updates service information.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
MgmtServiceResourceV6.deleteCMS()
Delete the Cloudera Management Services.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.