| Class | Description |
|---|---|
| AmbariServerConfiguration |
AmbariServerConfiguration is an abstract class to be extended by Ambari server configuration classes
that encapsulate difference configuration categories such as 'ldap-configuration' and 'sso-configuration'.
|
| AmbariServerConfigurationProvider<T extends AmbariServerConfiguration> |
AmbariServerConfigurationProvider is an abstract class to be extended by Ambari server configuration
provider classes.
|
| ComponentSSLConfiguration |
Configuration for SSL communication between Ambari and 3rd party services.
|
| Configuration |
The
Configuration class is used to read from the
{{ambari.properties}} file and manage/expose the configuration properties. |
| Configuration.ConfigurationProperty<T> |
The
Configuration.ConfigurationProperty class is used to wrap an Ambari property
key, type, and default value. |
| SingleFileWatch |
Watchdog that notifies a listener on a file content change.
|
| Enum | Description |
|---|---|
| AmbariServerConfigurationCategory |
AmbariServerConfigurationCategory is an enumeration of the different Ambari server specific
configuration categories.
|
| AmbariServerConfigurationKey |
Constants representing supported LDAP related property names
|
| Configuration.ConnectionPoolType |
The
Configuration.ConnectionPoolType is used to define which pooling mechanism
JDBC should use. |
| Configuration.DatabaseType |
The
Configuration.DatabaseType enum represents the database being used. |
| Configuration.LdapUsernameCollisionHandlingBehavior |
Ldap username collision handling behavior.
|
| ConfigurationPropertyType |
Constants representing types for AMBARI-level properties that are being stored in the DB
|
| LdapUsernameCollisionHandlingBehavior |
Ldap username collision handling behavior.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.