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.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
ApiService.getConfig()
Configuration of the service being created.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiService.setConfig(ApiServiceConfig config) |
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
MgmtServiceResource.readServiceConfig(DataView dataView)
Retrieve the configuration of the Cloudera Management Services.
|
ApiServiceConfig |
ServicesResource.readServiceConfig(String serviceName,
DataView dataView)
Retrieves the configuration of a specific service.
|
ApiServiceConfig |
MgmtServiceResource.updateServiceConfig(String message,
ApiServiceConfig config)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
ServicesResource.updateServiceConfig(String serviceName,
String message,
ApiServiceConfig config)
Updates the service configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiServiceConfig |
MgmtServiceResource.updateServiceConfig(String message,
ApiServiceConfig config)
Update the Cloudera Management Services configuration.
|
ApiServiceConfig |
ServicesResource.updateServiceConfig(String serviceName,
String message,
ApiServiceConfig config)
Updates the service configuration with the given values.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.