Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.topology |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationRequest> |
ClusterRequest.getDesiredConfig()
Gets any configuration-based request (if any).
|
List<ConfigurationRequest> |
HostRequest.getDesiredConfigs() |
Modifier and Type | Method and Description |
---|---|
ConfigurationResponse |
AmbariManagementController.createConfiguration(ConfigurationRequest request)
Creates a configuration.
|
ConfigurationResponse |
AmbariManagementControllerImpl.createConfiguration(ConfigurationRequest request)
Creates a configuration.
|
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationResponse> |
AmbariManagementController.getConfigurations(Set<ConfigurationRequest> requests)
Gets the configurations identified by the given request objects.
|
Set<ConfigurationResponse> |
AmbariManagementControllerImpl.getConfigurations(Set<ConfigurationRequest> requests) |
void |
ClusterRequest.setDesiredConfig(List<ConfigurationRequest> configRequests)
Sets the configs requests (if any).
|
void |
HostRequest.setDesiredConfigs(List<ConfigurationRequest> request) |
Modifier and Type | Method and Description |
---|---|
static List<ConfigurationRequest> |
AbstractResourceProvider.getConfigurationRequests(String parentCategory,
Map<String,Object> properties)
Helper method to get a configuration request, if one exists.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractResourceProvider.parseProperties(ConfigurationRequest config,
String absCategory,
String propName,
String propValue) |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationRequest> |
AmbariContext.createConfigurationRequests(Map<String,Object> clusterProperties) |
Copyright © 2022 Apache Software Foundation. All rights reserved.