- ClasspathPropertiesConfiguration - Class in com.netflix.config
-
A Conventional Standard based approach to modular configuration
Assuming your application utilizes many modules (.jar files) and need
Properties support, this class provides a convention based approach to
scanning and loading properties from every jar in a classpath from a specific
location.
- clear(Object, boolean) - Method in class com.netflix.config.AbstractDynamicPropertyListener
-
- clear() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Removes all child configurations and reinitializes the container
configuration.
- clear() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
Clear the map and fire corresonding events.
- clear() - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- clear(Object, boolean) - Method in interface com.netflix.config.PropertyListener
-
Notifies this listener that all properties have been cleared.
- clearConfigurationListeners() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- clearErrorListeners() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- clearOverrideProperty(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
- clearProperty(Object, String, Object, boolean) - Method in class com.netflix.config.AbstractDynamicPropertyListener
-
- clearProperty(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Clear the property with the container configuration.
- clearProperty(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- clearProperty(String) - Method in class com.netflix.config.jmx.BaseConfigMBean
-
Calls config.clearProperty()
.
- clearProperty(String) - Method in interface com.netflix.config.jmx.ConfigMBean
-
Deletes the property identified by the passed in key
- clearProperty(Object, String, Object, boolean) - Method in interface com.netflix.config.PropertyListener
-
Notifies this listener about a cleared property, which now has no
value.
- clearPropertyDirect(String) - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- clone() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Returns a copy of this object.
- com.netflix.config - package com.netflix.config
-
- com.netflix.config.jmx - package com.netflix.config.jmx
-
- com.netflix.config.samples - package com.netflix.config.samples
-
- com.netflix.config.sources - package com.netflix.config.sources
-
- com.netflix.config.util - package com.netflix.config.util
-
- ConcurrentCompositeConfiguration - Class in com.netflix.config
-
This class maintains a hierarchy of configurations in a list structure.
- ConcurrentCompositeConfiguration() - Constructor for class com.netflix.config.ConcurrentCompositeConfiguration
-
Creates an empty CompositeConfiguration object which can then
be added some other Configuration files
- ConcurrentCompositeConfiguration(AbstractConfiguration) - Constructor for class com.netflix.config.ConcurrentCompositeConfiguration
-
Creates a ConcurrentCompositeConfiguration object with a specified container
configuration.
- ConcurrentCompositeConfiguration(AbstractConfiguration, Collection<? extends AbstractConfiguration>) - Constructor for class com.netflix.config.ConcurrentCompositeConfiguration
-
Creates a ConcurrentCompositeConfiguration with a specified container
configuration, and then adds the given collection of configurations.
- ConcurrentMapConfiguration - Class in com.netflix.config
-
This class uses a ConcurrentHashMap for reading/writing a property to achieve high
throughput and thread safety.
- ConcurrentMapConfiguration() - Constructor for class com.netflix.config.ConcurrentMapConfiguration
-
Create an instance with an empty map.
- ConcurrentMapConfiguration(Map<String, Object>) - Constructor for class com.netflix.config.ConcurrentMapConfiguration
-
- ConcurrentMapConfiguration(Configuration) - Constructor for class com.netflix.config.ConcurrentMapConfiguration
-
Create an instance by copying the properties from an existing Configuration.
- CONFIG_URL - Static variable in class com.netflix.config.sources.URLConfigurationSource
-
System property name to define a set of URLs to be used by the
default constructor.
- ConfigJMXManager - Class in com.netflix.config.jmx
-
A JMX Manager class that helps in registering and unregistering MBeans
- ConfigJMXManager() - Constructor for class com.netflix.config.jmx.ConfigJMXManager
-
- ConfigMBean - Interface in com.netflix.config.jmx
-
Configuration MBean Operations are defined in this interface
- configSourceLoaded(Object) - Method in class com.netflix.config.AbstractDynamicPropertyListener
-
- configSourceLoaded(Object) - Method in interface com.netflix.config.PropertyListener
-
Notifies this listener about a new source of configuration being invalidated and/or added
- ConfigurationBackedDynamicPropertySupportImpl - Class in com.netflix.config
-
- ConfigurationBackedDynamicPropertySupportImpl(AbstractConfiguration) - Constructor for class com.netflix.config.ConfigurationBackedDynamicPropertySupportImpl
-
- ConfigurationBasedDeploymentContext - Class in com.netflix.config
-
- ConfigurationBasedDeploymentContext() - Constructor for class com.netflix.config.ConfigurationBasedDeploymentContext
-
- configurationChanged(ConfigurationEvent) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Event listener call back for configuration update events.
- configurationChanged(ConfigurationEvent) - Method in class com.netflix.config.ExpandedConfigurationListenerAdapter
- ConfigurationManager - Class in com.netflix.config
-
The configuration manager is a central place where it manages the system wide Configuration and
deployment context.
- ConfigurationManager() - Constructor for class com.netflix.config.ConfigurationManager
-
- ConfigurationUtils - Class in com.netflix.config.util
-
Utility class for configuration.
- ConfigurationUtils() - Constructor for class com.netflix.config.util.ConfigurationUtils
-
- ConfigurationWithPollingSource - Class in com.netflix.config
-
This class delegates property read/write to an another configuration but is also attached with
a dynamic configuration source and polling scheduler so that its properties can be changed dynamically
at runtime.
- ConfigurationWithPollingSource(Configuration, PolledConfigurationSource, AbstractPollingScheduler) - Constructor for class com.netflix.config.ConfigurationWithPollingSource
-
Create an instance and start polling the configuration source
- containsKey(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Check if the any of the sub configurations contains the specified key.
- containsKey(String) - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- containsKey(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- convertToConcurrentCompositeConfiguration(CombinedConfiguration) - Static method in class com.netflix.config.util.ConfigurationUtils
-
- copy(Configuration) - Method in class com.netflix.config.ConcurrentMapConfiguration
-
Copy properties of a configuration into this configuration.
- createFull(Map<String, Object>) - Static method in class com.netflix.config.PollResult
-
Create a full result that represents the complete content of the configuration source.
- createIncremental(Map<String, Object>, Map<String, Object>, Map<String, Object>, Object) - Static method in class com.netflix.config.PollResult
-
Create a result that represents incremental changes from the configuration
source.
- get() - Method in class com.netflix.config.DynamicBooleanProperty
-
Get the current value from the underlying DynamicProperty
- get() - Method in class com.netflix.config.DynamicDoubleProperty
-
Get the current value from the underlying DynamicProperty
- get() - Method in class com.netflix.config.DynamicFloatProperty
-
Get the current value from the underlying DynamicProperty
- get() - Method in class com.netflix.config.DynamicIntProperty
-
Get the current value from the underlying DynamicProperty
- get() - Method in class com.netflix.config.DynamicListProperty
-
- get() - Method in class com.netflix.config.DynamicLongProperty
-
Get the current value from the underlying DynamicProperty
- get() - Method in class com.netflix.config.DynamicSetProperty
-
- get() - Method in class com.netflix.config.DynamicStringProperty
-
Get the current value from the underlying DynamicProperty
- getAdded() - Method in class com.netflix.config.PollResult
-
- getAllNamedConfiguration(Configuration) - Static method in class com.netflix.config.util.ConfigurationUtils
-
Gets all named sub-configuration from a configuration in a map.
- getAppConfFolder() - Static method in class com.netflix.config.WebApplicationProperties
-
- getApplicationId() - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Get the deployment environment.
- getApplicationId() - Method in interface com.netflix.config.DeploymentContext
-
- getApplicationId() - Method in class com.netflix.config.SimpleDeploymentContext
-
- getBackingConfigurationSource() - Static method in class com.netflix.config.DynamicPropertyFactory
-
Get the backing configuration from the factory.
- getBigDecimal(String, BigDecimal) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBigDecimal(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBigInteger(String, BigInteger) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBigInteger(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBoolean(String, boolean) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBoolean(String, Boolean) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBoolean(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getBoolean() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as an Boolean.
- getBoolean(Boolean) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as an Boolean.
- getBooleanProperty(String, boolean) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a boolean and subject to change on-the-fly..
- getBooleanProperty(String, boolean, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a boolean and subject to change on-the-fly.
- getByte(String, byte) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getByte(String, Byte) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getByte(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getChanged() - Method in class com.netflix.config.PollResult
-
- getChangedTimestamp() - Method in class com.netflix.config.DynamicListProperty
-
Gets the time (in milliseconds past the epoch) when the property
was last set/changed.
- getChangedTimestamp() - Method in class com.netflix.config.DynamicProperty
-
Gets the time (in milliseconds since the epoch)
when the property value was last set/changed.
- getChangedTimestamp() - Method in class com.netflix.config.DynamicSetProperty
-
Gets the time (in milliseconds past the epoch) when the property
was last set/changed.
- getChangedTimestamp() - Method in class com.netflix.config.PropertyWrapper
-
Gets the time (in milliseconds past the epoch) when the property
was last set/changed.
- getCheckPoint() - Method in class com.netflix.config.PollResult
-
- getComplete() - Method in class com.netflix.config.PollResult
-
Get complete content from configuration source.
- getConfigInstance() - Static method in class com.netflix.config.ConfigurationManager
-
Get the current system wide configuration.
- getConfigNameProperty() - Method in class com.netflix.config.ClasspathPropertiesConfiguration
-
- getConfiguration(String) - Method in interface com.netflix.config.AggregatedConfiguration
-
- getConfiguration(int) - Method in interface com.netflix.config.AggregatedConfiguration
-
- getConfiguration(int) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Return the configuration at the specified index.
- getConfiguration(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Returns the configuration with the given name.
- getConfiguration() - Method in class com.netflix.config.ConfigurationBackedDynamicPropertySupportImpl
-
- getConfiguration() - Method in class com.netflix.config.ConfigurationWithPollingSource
-
- getConfigurationListeners() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- getConfigurationNameList() - Method in interface com.netflix.config.AggregatedConfiguration
-
- getConfigurationNameList() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
- getConfigurationNames() - Method in interface com.netflix.config.AggregatedConfiguration
-
- getConfigurationNames() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Returns a set with the names of all configurations contained in this
configuration.
- getConfigurations() - Method in interface com.netflix.config.AggregatedConfiguration
-
- getConfigurations() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Get the configurations added.
- getConfigUrls() - Method in class com.netflix.config.sources.URLConfigurationSource
-
- getConnection() - Method in class com.netflix.config.sources.JDBCConfigurationSource
-
Returns a Connection
object.
- getContainerConfiguration() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Returns the container configuration In this configuration
changes are stored.
- getDatasource() - Method in class com.netflix.config.sources.JDBCConfigurationSource
-
Returns the used DataSource
object.
- getDeleted() - Method in class com.netflix.config.PollResult
-
- getDeploymentContext() - Static method in class com.netflix.config.ConfigurationManager
-
- getDeploymentDatacenter() - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Get the deployment environment.
- getDeploymentDatacenter() - Method in interface com.netflix.config.DeploymentContext
-
- getDeploymentDatacenter() - Method in class com.netflix.config.SimpleDeploymentContext
-
- getDeploymentEnvironment() - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Get the deployment environment.
- getDeploymentEnvironment() - Method in interface com.netflix.config.DeploymentContext
-
- getDeploymentEnvironment() - Method in class com.netflix.config.SimpleDeploymentContext
-
- getDeploymentRegion() - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Get the deployment environment.
- getDeploymentRegion() - Method in interface com.netflix.config.DeploymentContext
-
- getDeploymentRegion() - Method in class com.netflix.config.SimpleDeploymentContext
-
- getDeploymentServerId() - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Get the deployment environment.
- getDeploymentServerId() - Method in interface com.netflix.config.DeploymentContext
-
- getDeploymentServerId() - Method in class com.netflix.config.SimpleDeploymentContext
-
- getDeploymentStack() - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Get the deployment environment.
- getDeploymentStack() - Method in interface com.netflix.config.DeploymentContext
-
- getDeploymentStack() - Method in class com.netflix.config.SimpleDeploymentContext
-
- getDouble(String, double) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getDouble(String, Double) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getDouble(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getDouble() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Long.
- getDouble(Double) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Long.
- getDoubleProperty(String, double) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a double and subject to change on-the-fly..
- getDoubleProperty(String, double, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a double and subject to change on-the-fly.
- getErrorListeners() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- getFloat(String, float) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getFloat(String, Float) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getFloat(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getFloat() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Float.
- getFloat(Float) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Float.
- getFloatProperty(String, float) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a float and subject to change on-the-fly..
- getFloatProperty(String, float, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a float and subject to change on-the-fly.
- getIndexOfConfiguration(AbstractConfiguration) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
- getIndexOfContainerConfiguration() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
- getInstance(String) - Static method in class com.netflix.config.DynamicProperty
-
Gets the DynamicProperty for a given property name.
- getInstance() - Static method in class com.netflix.config.DynamicPropertyFactory
-
Get the instance to create dynamic properties.
- getInt(String, int) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getInt(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getInteger(String, Integer) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getInteger() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as an Integer.
- getInteger(Integer) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as an Integer.
- getIntProperty(String, int) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is an integer and subject to change on-the-fly..
- getIntProperty(String, int, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is an integer and subject to change on-the-fly.
- getKey(String) - Method in class com.netflix.config.DynamicMapProperty
-
- getKey(String) - Method in class com.netflix.config.DynamicStringMapProperty
-
- getKeys() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Get all the keys contained by sub configurations.
- getKeys(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Get the list of the keys contained in the sub configurations that match the
specified prefix.
- getKeys() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- getKeys() - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getKeys(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getKeyValue(String) - Method in class com.netflix.config.DynamicMapProperty
-
- getLibraryPropertiesResourceRelativePath() - Static method in class com.netflix.config.WebApplicationProperties
-
Returns the relative Resource Path of the properties files in the JAR files
- getList(String, List) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Get a List of objects associated with the given configuration key.
- getList(String, List) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getList(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getListener() - Method in class com.netflix.config.ExpandedConfigurationListenerAdapter
-
Returns the wrapped PropertyListener
.
- getLong(String, long) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getLong(String, Long) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getLong(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getLong() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Long.
- getLong(Long) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Long.
- getLongProperty(String, long) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a long and subject to change on-the-fly..
- getLongProperty(String, long, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a long and subject to change on-the-fly.
- getMap() - Method in class com.netflix.config.DynamicMapProperty
-
- getName() - Method in class com.netflix.config.DynamicProperty
-
Gets the name of the property.
- getName() - Method in class com.netflix.config.PropertyWrapper
-
- getNamedClass() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Class.
- getNamedClass(Class<?>) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a Class.
- getNextCheckPoint(Object) - Method in class com.netflix.config.AbstractPollingScheduler
-
- getNumberOfConfigurations() - Method in interface com.netflix.config.AggregatedConfiguration
-
- getNumberOfConfigurations() - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Return the number of configurations.
- getPollingRunnable(PolledConfigurationSource, Configuration) - Method in class com.netflix.config.AbstractPollingScheduler
-
Gets the runnable to be scheduled.
- getProperties() - Method in class com.netflix.config.ClasspathPropertiesConfiguration
-
Returns properties from this configuration
- getProperties() - Method in class com.netflix.config.ConcurrentMapConfiguration
-
Utility method to get a Properties object from this Configuration
- getProperties(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getProperties(AbstractConfiguration) - Static method in class com.netflix.config.util.ConfigurationUtils
-
Utility method to obtain Properties
given an instance of AbstractConfiguration
.
- getProperties() - Static method in class com.netflix.config.WebApplicationProperties
-
Returns all the properties presently available
- getPropertiesResourceRelativePath() - Method in class com.netflix.config.ClasspathPropertiesConfiguration
-
- getProperty(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Read property from underlying composite.
- getProperty(String) - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- getProperty(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getProperty(String) - Method in class com.netflix.config.jmx.BaseConfigMBean
-
- getProperty(String) - Method in interface com.netflix.config.jmx.ConfigMBean
-
Returns the current value of a property given a key
- getShort(String, short) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getShort(String, Short) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getShort(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getSource(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getSource() - Method in class com.netflix.config.DynamicConfiguration
-
- getString(String) - Method in class com.netflix.config.ConfigurationBackedDynamicPropertySupportImpl
-
- getString(String, String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getString(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getString() - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a String.
- getString(String) - Method in class com.netflix.config.DynamicProperty
-
Gets the current value of the property as a String.
- getString(String) - Method in interface com.netflix.config.DynamicPropertySupport
-
Get the string value of a given property.
- getStringArray(String) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Get an array of strings associated with the given configuration key.
- getStringArray(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- getStringProperty(String, String) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a string and subject to change on-the-fly.
- getStringProperty(String, String, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new property whose value is a string and subject to change on-the-fly.
- getValue() - Method in class com.netflix.config.DynamicBooleanProperty
-
- getValue() - Method in class com.netflix.config.DynamicDoubleProperty
-
- getValue() - Method in class com.netflix.config.DynamicFloatProperty
-
- getValue() - Method in class com.netflix.config.DynamicIntProperty
-
- getValue() - Method in class com.netflix.config.DynamicLongProperty
-
- getValue(String) - Method in class com.netflix.config.DynamicMapProperty
-
- getValue(String) - Method in class com.netflix.config.DynamicStringMapProperty
-
- getValue() - Method in class com.netflix.config.DynamicStringProperty
-
- getValue() - Method in class com.netflix.config.PropertyWrapper
-
Get current typed value of the property.