Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.topology | |
org.apache.ambari.server.topology.addservice |
Modifier and Type | Method and Description |
---|---|
ConfigRecommendationStrategy |
ProvisionClusterRequest.getConfigRecommendationStrategy() |
Modifier and Type | Method and Description |
---|---|
static ConfigRecommendationStrategy |
ConfigRecommendationStrategy.defaultForAddService() |
ConfigRecommendationStrategy |
ClusterTopologyImpl.getConfigRecommendationStrategy() |
ConfigRecommendationStrategy |
ClusterTopology.getConfigRecommendationStrategy() |
static ConfigRecommendationStrategy |
ConfigRecommendationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigRecommendationStrategy[] |
ConfigRecommendationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyImpl.setConfigRecommendationStrategy(ConfigRecommendationStrategy strategy) |
void |
ClusterTopology.setConfigRecommendationStrategy(ConfigRecommendationStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
ConfigRecommendationStrategy |
AddServiceRequest.getRecommendationStrategy() |
Constructor and Description |
---|
AddServiceRequest(AddServiceRequest.OperationType operationType,
ConfigRecommendationStrategy recommendationStrategy,
ProvisionAction provisionAction,
AddServiceRequest.ValidationType validationType,
String stackName,
String stackVersion,
Set<Service> services,
Set<Component> components,
SecurityConfiguration security,
Set<Credential> credentials,
Collection<? extends Map<String,?>> configs) |
Copyright © 2022 Apache Software Foundation. All rights reserved.