Modifier and Type | Method and Description |
---|---|
StackAdvisorRequest.StackAdvisorRequestBuilder |
StackAdvisorRequest.StackAdvisorRequestBuilder.withConfigurations(Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
BaseClusterRequest.configuration
configuration
|
Modifier and Type | Method and Description |
---|---|
abstract Configuration |
BlueprintExportType.filter(Configuration actualConfig,
Configuration defaultConfig) |
Configuration |
BaseClusterRequest.getConfiguration() |
Configuration |
ExportBlueprintRequest.getConfiguration() |
Configuration |
ExportBlueprintRequest.ExportedHostGroup.getConfiguration() |
Configuration |
Stack.getConfiguration() |
Configuration |
Stack.getConfiguration(Collection<String> services) |
Configuration |
Stack.getDefaultConfig() |
Configuration |
Stack.getValidDefaultConfig() |
Modifier and Type | Method and Description |
---|---|
abstract Configuration |
BlueprintExportType.filter(Configuration actualConfig,
Configuration defaultConfig) |
static void |
UnitUpdater.removeUnits(Configuration configuration,
Stack stack) |
protected void |
BaseClusterRequest.setConfiguration(Configuration configuration)
Set the request configuration.
|
protected void |
BlueprintConfigurationProcessor.setStackToolsAndFeatures(Configuration configuration,
Set<String> configTypesUpdated)
Sets the read-only properties for stack features & tools, overriding
anything provided in the blueprint.
|
static void |
UnitUpdater.updateUnits(Configuration configuration,
Stack stack) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.copy() |
Configuration |
HostGroupImpl.getConfiguration()
Get this host groups configuration.
|
Configuration |
ClusterTopologyImpl.getConfiguration() |
Configuration |
ClusterTopology.getConfiguration()
Get the cluster scoped configuration for the cluster.
|
Configuration |
BlueprintImpl.getConfiguration() |
Configuration |
Blueprint.getConfiguration()
Get the Blueprint cluster scoped configuration.
|
Configuration |
TopologyRequest.getConfiguration()
Get the cluster scoped configuration for the request.
|
Configuration |
HostGroup.getConfiguration()
Get the configuration associated with the host group.
|
Configuration |
HostGroupInfo.getConfiguration()
Get the host group configuration associated with the host group.
|
Configuration |
Configurable.getConfiguration() |
Configuration |
ConfigurationFactory.getConfiguration(Collection<Map<String,String>> configProperties) |
Configuration |
Configuration.getParentConfiguration()
Get the parent configuration.
|
static Configuration |
Configuration.newEmpty() |
static Configuration |
Configuration.of(org.apache.commons.lang3.tuple.Pair<Map<String,Map<String,String>>,Map<String,Map<String,Map<String,String>>>> propertiesAndAttributes)
Create a new
Configuration based on a pair of maps. |
static Configuration |
ConfigurableHelper.parseConfigs(Collection<? extends Map<String,?>> configs)
Parses configuration maps The configs can be in fully structured JSON, e.g.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
Configuration.applyUpdatesToStackDefaultProperties(Configuration stackDefaultConfig,
Map<String,Map<String,String>> existingConfigurations,
Map<String,Map<String,String>> updatedConfigs)
Apply configuration changes from
updatedConfigs to config , but only
change properties that are either absent in the existing config, or have values that
match the stack default config. |
static Collection<Map<String,Map<String,?>>> |
ConfigurableHelper.convertConfigToMap(Configuration configuration)
Converts
Configuration objects to a collection easily serializable to Json |
void |
HostGroupInfo.setConfiguration(Configuration configuration)
Set host group configuration for the host group.
|
void |
Configurable.setConfiguration(Configuration configuration) |
protected void |
ConfigurationFactory.ConfigurationStrategyV1.setConfiguration(Configuration configuration,
String[] propertyNameTokens,
String propertyValue) |
protected void |
ConfigurationFactory.ConfigurationStrategyV2.setConfiguration(Configuration configuration,
String[] propertyNameTokens,
String propertyValue) |
void |
Configuration.setParentConfiguration(Configuration parent)
Set the parent configuration.
|
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) |
Configuration(Map<String,Map<String,String>> properties,
Map<String,Map<String,Map<String,String>>> attributes,
Configuration parentConfiguration)
Constructor.
|
HostGroupImpl(String name,
String bpName,
Stack stack,
Collection<Component> components,
Configuration configuration,
String cardinality) |
Modifier and Type | Method and Description |
---|---|
Configuration |
AddServiceInfo.getConfig() |
Configuration |
AddServiceRequest.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
AddServiceInfo.Builder |
AddServiceInfo.Builder.setConfig(Configuration config) |
AddServiceInfo |
AddServiceInfo.withConfig(Configuration newConfig) |
Copyright © 2022 Apache Software Foundation. All rights reserved.