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 |
---|---|
static TrimmingStrategy |
PropertyValueTrimmingStrategyDefiner.defineTrimmingStrategy(Stack stack,
String propertyName,
String configType) |
static UnitUpdater.PropertyUnit |
UnitUpdater.PropertyUnit.of(Stack stack,
String serviceName,
String configType,
String propertyName) |
static UnitUpdater.PropertyUnit |
UnitUpdater.PropertyUnit.of(Stack stack,
UnitValidatedProperty property) |
static void |
UnitUpdater.removeUnits(Configuration configuration,
Stack stack) |
static String |
UnitUpdater.updateForClusterCreate(Stack stack,
String serviceName,
String configType,
String propertyName,
String origValue) |
static void |
UnitUpdater.updateUnits(Configuration configuration,
Stack stack) |
Modifier and Type | Method and Description |
---|---|
protected Stack |
BlueprintFactory.createStack(Map<String,Object> properties) |
Stack |
StackFactory.createStack(String stackName,
String stackVersion,
AmbariManagementController managementController) |
Stack |
DefaultStackFactory.createStack(String stackName,
String stackVersion,
AmbariManagementController managementController) |
Stack |
HostGroupImpl.getStack() |
Stack |
BlueprintImpl.getStack() |
Stack |
Blueprint.getStack()
Get the stack associated with the blueprint.
|
Stack |
HostGroup.getStack()
Get the stack associated with the host group.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BlueprintValidatorImpl.isDependencyManaged(Stack stack,
String component,
Map<String,Map<String,String>> clusterConfig)
Determine if a component is managed, meaning that it is running inside of the cluster
topology.
|
Constructor and Description |
---|
BlueprintImpl(String name,
Collection<HostGroup> groups,
Stack stack,
Configuration configuration,
SecurityConfiguration security) |
BlueprintImpl(String name,
Collection<HostGroup> groups,
Stack stack,
Configuration configuration,
SecurityConfiguration security,
Setting setting) |
HostGroupImpl(HostGroupEntity entity,
String blueprintName,
Stack stack) |
HostGroupImpl(String name,
String bpName,
Stack stack,
Collection<Component> components,
Configuration configuration,
String cardinality) |
Modifier and Type | Method and Description |
---|---|
Stack |
AddServiceInfo.getStack() |
Modifier and Type | Method and Description |
---|---|
AddServiceInfo.Builder |
AddServiceInfo.Builder.setStack(Stack stack) |
Copyright © 2022 Apache Software Foundation. All rights reserved.