Package | Description |
---|---|
org.apache.ambari.server.configuration | |
org.apache.ambari.server.controller.internal |
Modifier and Type | Method and Description |
---|---|
static AmbariServerConfigurationKey |
AmbariServerConfigurationKey.translate(AmbariServerConfigurationCategory category,
String keyName) |
static AmbariServerConfigurationKey |
AmbariServerConfigurationKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmbariServerConfigurationKey[] |
AmbariServerConfigurationKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AmbariServerConfiguration.getValue(AmbariServerConfigurationKey ambariServerConfigurationKey,
Map<String,String> configurationMap)
Gets the configuration value for given
AmbariServerConfigurationKey . |
void |
AmbariServerConfiguration.setValueFor(AmbariServerConfigurationKey ambariServerConfigurationKey,
String value)
Sets the given value for the given configuration
|
Modifier and Type | Method and Description |
---|---|
static AmbariServerConfigurationKey |
AmbariServerConfigurationUtils.getConfigurationKey(AmbariServerConfigurationCategory category,
String propertyName)
Returns the relevant
AmbariServerConfigurationKey |
static AmbariServerConfigurationKey |
AmbariServerConfigurationUtils.getConfigurationKey(String category,
String propertyName)
Returns the relevant
AmbariServerConfigurationKey |
Modifier and Type | Method and Description |
---|---|
static boolean |
AmbariServerConfigurationUtils.isPassword(AmbariServerConfigurationKey configurationKey)
Indicates whether the given property's type is a
ConfigurationPropertyType.PASSWORD |
Copyright © 2022 Apache Software Foundation. All rights reserved.