Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.controller.internal |
Modifier and Type | Method and Description |
---|---|
ConfigurationRequest |
HostRequest.getDesiredConfig() |
ConfigurationRequest |
ClusterRequest.getDesiredConfig()
Gets any configuration-based request (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementControllerImpl.createConfiguration(ConfigurationRequest request) |
void |
AmbariManagementController.createConfiguration(ConfigurationRequest request)
Creates a configuration.
|
void |
HostRequest.setDesiredConfig(ConfigurationRequest request) |
void |
ClusterRequest.setDesiredConfig(ConfigurationRequest configRequest)
Sets the config request (if any)
|
Modifier and Type | Method and Description |
---|---|
Set<ConfigurationResponse> |
AmbariManagementControllerImpl.getConfigurations(Set<ConfigurationRequest> requests) |
Set<ConfigurationResponse> |
AmbariManagementController.getConfigurations(Set<ConfigurationRequest> requests)
Gets the configurations identified by the given request objects.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationRequest |
AbstractResourceProvider.getConfigurationRequest(String parentCategory,
Map<String,Object> properties)
Helper method to get a configuration request, if one exists.
|
Copyright © 2016. All rights reserved.