| Package | Description |
|---|---|
| org.apache.ambari.server.controller | |
| org.apache.ambari.server.state |
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyDependencyInfo> |
StackConfigurationResponse.getDependsOnProperties()
Provides depends on properties of this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackConfigurationResponse.setDependsOnProperties(Set<PropertyDependencyInfo> dependsOnProperties)
Sets depends on properties set for this configuration.
|
| Constructor and Description |
|---|
StackConfigurationResponse(String propertyName,
String propertyValue,
String propertyDescription,
String propertyDisplayName,
String type,
Boolean isRequired,
Set<PropertyInfo.PropertyType> propertyTypes,
Map<String,String> propertyAttributes,
ValueAttributesInfo propertyValueAttributes,
Set<PropertyDependencyInfo> dependsOnProperties)
Stack configuration response with all properties.
|
StackLevelConfigurationResponse(String propertyName,
String propertyValue,
String propertyDescription,
String propertyDisplayName,
String type,
Boolean isRequired,
Set<PropertyInfo.PropertyType> propertyTypes,
Map<String,String> propertyAttributes,
ValueAttributesInfo propertyValueAttributes,
Set<PropertyDependencyInfo> dependsOnProperties) |
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyDependencyInfo> |
PropertyInfo.getDependedByProperties() |
Set<PropertyDependencyInfo> |
PropertyInfo.getDependsOnProperties() |
Set<PropertyDependencyInfo> |
PropertyInfo.getUsedByProperties() |
Copyright © 2022 Apache Software Foundation. All rights reserved.