- ChainedDynamicProperty - Class in com.netflix.config
-
The class that provides the chaining functionality of dynamic properties.
- ChainedDynamicProperty() - Constructor for class com.netflix.config.ChainedDynamicProperty
-
- ChainedDynamicProperty.BooleanProperty - Class in com.netflix.config
-
- ChainedDynamicProperty.ChainLink<T> - Class in com.netflix.config
-
- ChainedDynamicProperty.DynamicBooleanPropertyThatSupportsNull - Class in com.netflix.config
-
- ChainedDynamicProperty.FloatProperty - Class in com.netflix.config
-
- ChainedDynamicProperty.IntProperty - Class in com.netflix.config
-
- ChainedDynamicProperty.LongProperty - Class in com.netflix.config
-
- ChainedDynamicProperty.StringProperty - Class in com.netflix.config
-
- ChainLink(T) - Constructor for class com.netflix.config.ChainedDynamicProperty.ChainLink
-
Used for end node
- ChainLink(ChainedDynamicProperty.ChainLink<T>) - Constructor for class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- changed - Variable in class com.netflix.config.WatchedUpdateResult
-
- checkAndFlip() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- checkPoint - Variable in class com.netflix.config.PollResult
-
- 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.
- close() - Method in class com.netflix.config.source.ZooKeeperConfigurationSource
-
- 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.source - package com.netflix.config.source
-
- com.netflix.config.sources - package com.netflix.config.sources
-
- com.netflix.config.util - package com.netflix.config.util
-
- com.netflix.config.validation - package com.netflix.config.validation
-
- complete - Variable in class com.netflix.config.WatchedUpdateResult
-
- 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.
- copyProperties(Configuration, Configuration) - Static method in class com.netflix.config.util.ConfigurationUtils
-
- 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.
- createFull(Map<String, Object>) - Static method in class com.netflix.config.WatchedUpdateResult
-
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.
- createIncremental(Map<String, Object>, Map<String, Object>, Map<String, Object>) - Static method in class com.netflix.config.WatchedUpdateResult
-
Create a result that represents incremental changes from the configuration source.
- decoder - Variable in class com.netflix.config.StringDerivedProperty
-
- DEFAULT_CONFIG_FILE_FROM_CLASSPATH - Static variable in class com.netflix.config.sources.URLConfigurationSource
-
- DEFAULT_CONFIG_FILE_NAME - Static variable in class com.netflix.config.sources.URLConfigurationSource
-
Default configuration file name to be used by default constructor.
- DEFAULT_DELIMITER - Static variable in class com.netflix.config.DynamicListProperty
-
- DEFAULT_DELIMITER - Static variable in class com.netflix.config.DynamicSetProperty
-
- DefaultContextualPredicate - Class in com.netflix.config
-
- DefaultContextualPredicate(<any>) - Constructor for class com.netflix.config.DefaultContextualPredicate
-
- defaultValue - Variable in class com.netflix.config.PropertyWrapper
-
- DELAY_PROPERTY - Static variable in class com.netflix.config.FixedDelayPollingScheduler
-
System property name to define the delay in milliseconds.
- deleted - Variable in class com.netflix.config.WatchedUpdateResult
-
- DEPLOYMENT_APPLICATION_ID_PROPERTY - Static variable in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Deprecated.
- DEPLOYMENT_DATACENTER_PROPERTY - Static variable in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Deprecated.
- DEPLOYMENT_ENVIRONMENT_PROPERTY - Static variable in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Deprecated.
- DEPLOYMENT_REGION_PROPERTY - Static variable in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Deprecated.
- DEPLOYMENT_SERVER_ID_PROPERTY - Static variable in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Deprecated.
- DEPLOYMENT_STACK_PROPERTY - Static variable in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Deprecated.
- DeploymentContext - Interface in com.netflix.config
-
An interface to define the deployment context of an application.
- DeploymentContext.ContextKey - Enum in com.netflix.config
-
- derive(String) - Method in class com.netflix.config.DerivedStringProperty
-
Invoked when property is updated with a new value.
- DerivedStringProperty<D> - Class in com.netflix.config
-
- DerivedStringProperty(String, String) - Constructor for class com.netflix.config.DerivedStringProperty
-
- DISABLE_DEFAULT_CONFIG - Static variable in class com.netflix.config.DynamicPropertyFactory
-
- DISABLE_DEFAULT_ENV_CONFIG - Static variable in class com.netflix.config.ConfigurationManager
-
System property to disable adding EnvironmentConfiguration to the default ConcurrentCompositeConfiguration
- DISABLE_DEFAULT_SYS_CONFIG - Static variable in class com.netflix.config.ConfigurationManager
-
System property to disable adding SystemConfiguration to the default ConcurrentCompositeConfiguration
- DISABLE_DEFAULT_SYS_CONFIG - Static variable in class com.netflix.config.DynamicPropertyFactory
-
- DISABLE_DELIMITER_PARSING - Static variable in class com.netflix.config.ConcurrentMapConfiguration
-
System property to disable delimiter parsing Apache Commons configurations
- DynamicBooleanProperty - Class in com.netflix.config
-
A dynamic property that contains boolean value.
- DynamicBooleanProperty(String, boolean) - Constructor for class com.netflix.config.DynamicBooleanProperty
-
- DynamicBooleanPropertyThatSupportsNull(String, Boolean) - Constructor for class com.netflix.config.ChainedDynamicProperty.DynamicBooleanPropertyThatSupportsNull
-
- DynamicConfiguration - Class in com.netflix.config
-
- DynamicConfiguration(PolledConfigurationSource, AbstractPollingScheduler) - Constructor for class com.netflix.config.DynamicConfiguration
-
Create an instance and start polling the configuration source.
- DynamicConfiguration() - Constructor for class com.netflix.config.DynamicConfiguration
-
- DynamicContextualProperty<T> - Class in com.netflix.config
-
A property that has multiple possible values associated with it and determines
the value according to the runtime context, which can include deployment context,
values of other properties or attributes of user input.
- DynamicContextualProperty(String, T, <any>) - Constructor for class com.netflix.config.DynamicContextualProperty
-
- DynamicContextualProperty(String, T) - Constructor for class com.netflix.config.DynamicContextualProperty
-
- DynamicContextualProperty.Value<T> - Class in com.netflix.config
-
- DynamicDoubleProperty - Class in com.netflix.config
-
A dynamic property whose value is a double.
- DynamicDoubleProperty(String, double) - Constructor for class com.netflix.config.DynamicDoubleProperty
-
- DynamicFloatProperty - Class in com.netflix.config
-
A dynamic property whose value is a float.
- DynamicFloatProperty(String, float) - Constructor for class com.netflix.config.DynamicFloatProperty
-
- DynamicIntProperty - Class in com.netflix.config
-
A dynamic property whose value is an integer
- DynamicIntProperty(String, int) - Constructor for class com.netflix.config.DynamicIntProperty
-
- DynamicListProperty<T> - Class in com.netflix.config
-
This class delegates to a regex (default is comma) delimited dynamic string property and
returns a dynamic list of a generic type which is transformed from string.
- DynamicListProperty(String, String) - Constructor for class com.netflix.config.DynamicListProperty
-
Create the dynamic list property using default delimiter regex ",".
- DynamicListProperty(String, String, String) - Constructor for class com.netflix.config.DynamicListProperty
-
Create the dynamic list property.
- DynamicListProperty(String, List<T>) - Constructor for class com.netflix.config.DynamicListProperty
-
- DynamicListProperty(String, List<T>, String) - Constructor for class com.netflix.config.DynamicListProperty
-
Create the dynamic list property.
- DynamicListProperty(String, List<T>, Splitter) - Constructor for class com.netflix.config.DynamicListProperty
-
Create the dynamic list property using the splitter and default list value passed in
from the arguments.
- DynamicLongProperty - Class in com.netflix.config
-
A dynamic property whose value is a long.
- DynamicLongProperty(String, long) - Constructor for class com.netflix.config.DynamicLongProperty
-
- DynamicMapProperty<TKEY,TVAL> - Class in com.netflix.config
-
- DynamicMapProperty(String, String, String) - Constructor for class com.netflix.config.DynamicMapProperty
-
- DynamicMapProperty(String, String) - Constructor for class com.netflix.config.DynamicMapProperty
-
- DynamicMapProperty(String, Map<TKEY, TVAL>, String) - Constructor for class com.netflix.config.DynamicMapProperty
-
- DynamicMapProperty(String, Map<TKEY, TVAL>) - Constructor for class com.netflix.config.DynamicMapProperty
-
- DynamicProperty - Class in com.netflix.config
-
A cached configuration property value that is automatically
updated when the config is changed.
- DynamicProperty() - Constructor for class com.netflix.config.DynamicProperty
-
- DynamicPropertyFactory - Class in com.netflix.config
-
A factory that creates instances of dynamic properties and associates them with an underlying configuration
or
DynamicPropertySupport
where the properties could be changed dynamically at runtime.
- DynamicPropertySupport - Interface in com.netflix.config
-
The interface that defines the contract between DynamicProperty and its
underlying support system.
- DynamicPropertyUpdater - Class in com.netflix.config
-
Apply the
WatchedUpdateResult
to the configuration.
If the result is a full result from source, each property in the result is added/set in the configuration.
- DynamicPropertyUpdater() - Constructor for class com.netflix.config.DynamicPropertyUpdater
-
- DynamicSetProperty<T> - Class in com.netflix.config
-
- DynamicSetProperty(String, String) - Constructor for class com.netflix.config.DynamicSetProperty
-
Create the dynamic set property using default delimiter regex ",".
- DynamicSetProperty(String, String, String) - Constructor for class com.netflix.config.DynamicSetProperty
-
Create the dynamic set property.
- DynamicSetProperty(String, Set<T>) - Constructor for class com.netflix.config.DynamicSetProperty
-
- DynamicSetProperty(String, Set<T>, String) - Constructor for class com.netflix.config.DynamicSetProperty
-
Create the dynamic set property.
- DynamicSetProperty(String, Set<T>, Splitter) - Constructor for class com.netflix.config.DynamicSetProperty
-
Create the dynamic set property using the splitter and default set value passed in
from the arguments.
- DynamicStringListProperty - Class in com.netflix.config
-
- DynamicStringListProperty(String, String) - Constructor for class com.netflix.config.DynamicStringListProperty
-
- DynamicStringListProperty(String, List<String>) - Constructor for class com.netflix.config.DynamicStringListProperty
-
- DynamicStringListProperty(String, String, String) - Constructor for class com.netflix.config.DynamicStringListProperty
-
- DynamicStringListProperty(String, List<String>, String) - Constructor for class com.netflix.config.DynamicStringListProperty
-
- DynamicStringListProperty(String, List<String>, Splitter) - Constructor for class com.netflix.config.DynamicStringListProperty
-
- DynamicStringMapProperty - Class in com.netflix.config
-
- DynamicStringMapProperty(String, String, String) - Constructor for class com.netflix.config.DynamicStringMapProperty
-
- DynamicStringMapProperty(String, String) - Constructor for class com.netflix.config.DynamicStringMapProperty
-
- DynamicStringMapProperty(String, Map<String, String>, String) - Constructor for class com.netflix.config.DynamicStringMapProperty
-
- DynamicStringMapProperty(String, Map<String, String>) - Constructor for class com.netflix.config.DynamicStringMapProperty
-
- DynamicStringProperty - Class in com.netflix.config
-
A dynamic property whose value is a string.
- DynamicStringProperty(String, String) - Constructor for class com.netflix.config.DynamicStringProperty
-
- DynamicStringSetProperty - Class in com.netflix.config
-
- DynamicStringSetProperty(String, String) - Constructor for class com.netflix.config.DynamicStringSetProperty
-
- DynamicStringSetProperty(String, Set<String>) - Constructor for class com.netflix.config.DynamicStringSetProperty
-
- DynamicStringSetProperty(String, String, String) - Constructor for class com.netflix.config.DynamicStringSetProperty
-
- DynamicStringSetProperty(String, Set<String>, String) - Constructor for class com.netflix.config.DynamicStringSetProperty
-
- DynamicURLConfiguration - Class in com.netflix.config
-
- DynamicURLConfiguration() - Constructor for class com.netflix.config.DynamicURLConfiguration
-
- DynamicURLConfiguration(int, int, boolean, String...) - Constructor for class com.netflix.config.DynamicURLConfiguration
-
Create an instance and start polling the source.
- DynamicWatchedConfiguration - Class in com.netflix.config
-
A configuration that waits for a watcher event from the specified config source.
- DynamicWatchedConfiguration(WatchedConfigurationSource, boolean, DynamicPropertyUpdater) - Constructor for class com.netflix.config.DynamicWatchedConfiguration
-
Create an instance of the WatchedConfigurationSource, add listeners, and wait for the update callbacks.
- DynamicWatchedConfiguration(WatchedConfigurationSource) - Constructor for class com.netflix.config.DynamicWatchedConfiguration
-
Simplified constructor with the following defaults:
ignoreDeletesFromSource = false
dynamicPropertyUpdater = new
DynamicPropertyUpdater
()
- get() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- get() - Method in class com.netflix.config.ChainedDynamicProperty.DynamicBooleanPropertyThatSupportsNull
-
Get the current value from the underlying DynamicProperty
- get() - Method in class com.netflix.config.DerivedStringProperty
-
Fetches derived value.
- 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 the list type from the underlying dynamic string property.
- 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 the set type from the underlying dynamic string property.
- get() - Method in class com.netflix.config.DynamicStringProperty
-
Get the current value from the underlying DynamicProperty
- get(String) - Static method in enum com.netflix.config.util.HttpVerbUriRegexPropertyValue.Verb
-
- getAdded() - Method in class com.netflix.config.WatchedUpdateResult
-
- 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.
- getCachedValue(Class<T>) - Method in class com.netflix.config.DynamicProperty
-
- getChanged() - Method in class com.netflix.config.WatchedUpdateResult
-
- getChangedTimestamp() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- getChangedTimestamp() - Method in class com.netflix.config.DerivedStringProperty
-
- 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 interface com.netflix.config.Property
-
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
-
- getComment() - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- getComplete() - Method in class com.netflix.config.WatchedUpdateResult
-
Get complete content from configuration source.
- getConfigFromPropertiesFile(URL) - Static method in class com.netflix.config.ConfigurationManager
-
- getConfigFromPropertiesFile(URL, Set<String>, String...) - Static method in class com.netflix.config.util.ConfigurationUtils
-
- getConfigInstance() - Static method in class com.netflix.config.ConfigurationManager
-
Get the current system wide configuration.
- getConfigNameProperty() - Method in class com.netflix.config.ClasspathPropertiesConfiguration
-
Deprecated.
- 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.
- getContextualProperty(String, T) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new contextual property of type T
- getContextualProperty(String, T, Runnable) - Method in class com.netflix.config.DynamicPropertyFactory
-
Create a new contextual property of type T
- getCurrentData() - Method in class com.netflix.config.source.ZooKeeperConfigurationSource
-
- getCurrentData() - Method in interface com.netflix.config.WatchedConfigurationSource
-
Get a snapshot of the latest configuration data.
Note: The correctness of this data is only as good as the underlying config source's view of the data.
- getDatasource() - Method in class com.netflix.config.sources.JDBCConfigurationSource
-
Returns the used DataSource
object.
- getDefaultValue() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- getDefaultValue() - Method in class com.netflix.config.DerivedStringProperty
-
- getDefaultValue() - Method in class com.netflix.config.DynamicListProperty
-
- getDefaultValue() - Method in class com.netflix.config.DynamicSetProperty
-
- getDefaultValue() - Method in interface com.netflix.config.Property
-
Get the default property value specified at creation time
- getDefaultValue() - Method in class com.netflix.config.PropertyWrapper
-
- getDefaultValueMap() - Method in class com.netflix.config.DynamicMapProperty
-
- getDeleted() - Method in class com.netflix.config.WatchedUpdateResult
-
- 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
-
- getDimensions() - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- 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.
- getDynamicProperty() - Method in class com.netflix.config.PropertyWrapper
-
- 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() - Method in enum com.netflix.config.DeploymentContext.ContextKey
-
- 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
.
- getLoadedPropertiesURLs() - Static method in class com.netflix.config.ConfigurationManager
-
- 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
-
- getMethodSeparator() - Static method in class com.netflix.config.util.HttpVerbUriRegexPropertyValue
-
- getName() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- getName() - Method in class com.netflix.config.DerivedStringProperty
-
- getName() - Method in class com.netflix.config.DynamicListProperty
-
Getter for the property name
- getName() - Method in class com.netflix.config.DynamicProperty
-
Gets the name of the property.
- getName() - Method in class com.netflix.config.DynamicSetProperty
-
Getter for the property name
- getName() - Method in interface com.netflix.config.Property
-
Get 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(Configuration) - 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
- getPropertiesFromFile(URL) - Static method in class com.netflix.config.ConfigurationManager
-
- getPropertiesFromFile(URL, Set<String>, String...) - Static method in class com.netflix.config.util.ConfigurationUtils
-
- 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
- getReferencedProperty() - Method in class com.netflix.config.ChainedDynamicProperty.BooleanProperty
-
- getReferencedProperty() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
Get the property referenced by this ChainLink
- getReferencedProperty() - Method in class com.netflix.config.ChainedDynamicProperty.FloatProperty
-
- getReferencedProperty() - Method in class com.netflix.config.ChainedDynamicProperty.IntProperty
-
- getReferencedProperty() - Method in class com.netflix.config.ChainedDynamicProperty.LongProperty
-
- getReferencedProperty() - Method in class com.netflix.config.ChainedDynamicProperty.StringProperty
-
- 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
-
- getSource() - Method in class com.netflix.config.DynamicWatchedConfiguration
-
- 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.
- getUriRegex() - Method in class com.netflix.config.util.HttpVerbUriRegexPropertyValue
-
- getValue() - Method in class com.netflix.config.ChainedDynamicProperty.ChainLink
-
- getValue() - Method in class com.netflix.config.ChainedDynamicProperty.DynamicBooleanPropertyThatSupportsNull
-
- getValue(DeploymentContext.ContextKey) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
- getValue(DeploymentContext.ContextKey) - Method in interface com.netflix.config.DeploymentContext
-
- getValue() - Method in class com.netflix.config.DerivedStringProperty
-
- getValue() - Method in class com.netflix.config.DynamicBooleanProperty
-
- getValue() - Method in class com.netflix.config.DynamicContextualProperty
-
- getValue() - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- 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.DynamicListProperty
-
- getValue() - Method in class com.netflix.config.DynamicLongProperty
-
- getValue(String) - Method in class com.netflix.config.DynamicMapProperty
-
- getValue() - Method in class com.netflix.config.DynamicSetProperty
-
- getValue(String) - Method in class com.netflix.config.DynamicStringMapProperty
-
- getValue() - Method in class com.netflix.config.DynamicStringProperty
-
- getValue() - Method in interface com.netflix.config.Property
-
Get the latest value for the given property
- getValue() - Method in class com.netflix.config.PropertyWrapper
-
Get current typed value of the property.
- getValue(DeploymentContext.ContextKey) - Method in class com.netflix.config.SimpleDeploymentContext
-
- getValue() - Method in class com.netflix.config.StringDerivedProperty
-
- getVerb() - Method in class com.netflix.config.util.HttpVerbUriRegexPropertyValue
-
- getVerbUriRegex(String) - Static method in class com.netflix.config.util.HttpVerbUriRegexPropertyValue
-
Expects property value to be of the form <uriRegex> OR <HTTP
Verb name><space><uriRegex>
- SampleApplication - Class in com.netflix.config.samples
-
A Sample Application built to showcase the usage of Configuration and DynamicProperties
- SampleApplication() - Constructor for class com.netflix.config.samples.SampleApplication
-
- SampleApplicationWithDefaultConfiguration - Class in com.netflix.config.samples
-
A Sample Application built to showcase how to use the default ConcurrentCompositeConfiguration
registered with
DynamicPropertyFactory
and automatic registration with JMX
- SampleApplicationWithDefaultConfiguration() - Constructor for class com.netflix.config.samples.SampleApplicationWithDefaultConfiguration
-
- schedule(Runnable) - Method in class com.netflix.config.AbstractPollingScheduler
-
Schedule the runnable for polling the configuration source
- schedule(Runnable) - Method in class com.netflix.config.FixedDelayPollingScheduler
-
This method is implemented with
ScheduledExecutorService.scheduleWithFixedDelay(Runnable, long, long, TimeUnit)
- setAppConfFolder(File, String) - Static method in class com.netflix.config.WebApplicationProperties
-
The folder where the application's properties files are located.
- setApplicationId(String) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Call super and also update the configuration to reflect the changes.
- setApplicationId(String) - Method in interface com.netflix.config.DeploymentContext
-
- setApplicationId(String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- setComment(String) - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- setConfigNameProperty(String) - Static method in class com.netflix.config.ClasspathPropertiesConfiguration
-
Deprecated.
- setContainerConfiguration(AbstractConfiguration, String, int) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Adds a child configuration and makes it the container
configuration.
- setContainerConfigurationIndex(int) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Change the position of the container configuration to a new index.
- setDelimiterParsingDisabled(boolean) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Sets a flag whether added values for string properties should be checked
for the list delimiter.
- setDeploymentContext(DeploymentContext) - Static method in class com.netflix.config.ConfigurationManager
-
- setDeploymentDatacenter(String) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Call super and also update the configuration to reflect the changes.
- setDeploymentDatacenter(String) - Method in interface com.netflix.config.DeploymentContext
-
- setDeploymentDatacenter(String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- setDeploymentEnvironment(String) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Call super and also update the configuration to reflect the changes.
- setDeploymentEnvironment(String) - Method in interface com.netflix.config.DeploymentContext
-
- setDeploymentEnvironment(String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- setDeploymentRegion(String) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Call super and also update the configuration to reflect the changes.
- setDeploymentRegion(String) - Method in interface com.netflix.config.DeploymentContext
-
- setDeploymentRegion(String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- setDeploymentServerId(String) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Call super and also update the configuration to reflect the changes.
- setDeploymentServerId(String) - Method in interface com.netflix.config.DeploymentContext
-
- setDeploymentServerId(String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- setDeploymentStack(String) - Method in class com.netflix.config.ConfigurationBasedDeploymentContext
-
Call super and also update the configuration to reflect the changes.
- setDeploymentStack(String) - Method in interface com.netflix.config.DeploymentContext
-
- setDeploymentStack(String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- setDimensions(Map<String, Collection<String>>) - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- setIgnoreDeletesFromSource(boolean) - Method in class com.netflix.config.AbstractPollingScheduler
-
Set if the scheduler should ignore deletes from source when applying property changes
- setLibraryPropertiesResourceRelativePath(String) - Static method in class com.netflix.config.WebApplicationProperties
-
- setListDelimiter(char) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Sets the character that is used as list delimiter.
- setLoadLibraryProperties(boolean) - Static method in class com.netflix.config.WebApplicationProperties
-
- setOverrideProperty(String, Object) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Override the same property in any other configurations in the list.
- setPauseListener(boolean) - Static method in class com.netflix.config.ExpandedConfigurationListenerAdapter
-
- setPropagateEventFromSubConfigurations(boolean) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Set whether sub configurations should propagate events to
listeners to this configuration.
- setPropertiesResourceRelativePath(String) - Static method in class com.netflix.config.ClasspathPropertiesConfiguration
-
Set relative class path for the config file
- setProperty(Object, String, Object, boolean) - Method in class com.netflix.config.AbstractDynamicPropertyListener
-
- setProperty(String, Object) - Method in class com.netflix.config.ConcurrentCompositeConfiguration
-
Set the property with the container configuration.
- setProperty(String, Object) - Method in class com.netflix.config.ConcurrentMapConfiguration
-
Override the same method in AbstractConfiguration
to simplify the logic
to avoid multiple events being generated.
- setProperty(String, Object) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- setProperty(Object, String, Object, boolean) - Method in interface com.netflix.config.PropertyListener
-
Notifies this listener about a changed value for the given
property.
- setPropertyImpl(String, Object) - Method in class com.netflix.config.ConcurrentMapConfiguration
-
- setRuntimeEval(boolean) - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- setThrowMissingConfigurationSourceException(boolean) - Static method in class com.netflix.config.DynamicPropertyFactory
-
- setValue(DeploymentContext.ContextKey, String) - Method in interface com.netflix.config.DeploymentContext
-
- setValue(T) - Method in class com.netflix.config.DynamicContextualProperty.Value
-
- setValue(DeploymentContext.ContextKey, String) - Method in class com.netflix.config.SimpleDeploymentContext
-
- shouldLoadLibraryProperties() - Static method in class com.netflix.config.WebApplicationProperties
-
Should we load the Library Properties
- SimpleDeploymentContext - Class in com.netflix.config
-
- SimpleDeploymentContext() - Constructor for class com.netflix.config.SimpleDeploymentContext
-
- start() - Method in class com.netflix.config.source.ZooKeeperConfigurationSource
-
Adds a listener to the pathChildrenCache, initializes the cache, then starts the cache-management background thread
- startPolling(PolledConfigurationSource, Configuration) - Method in class com.netflix.config.AbstractPollingScheduler
-
Initiate the first poll of the configuration source and schedule the runnable.
- startPolling(PolledConfigurationSource, AbstractPollingScheduler) - Method in class com.netflix.config.DynamicConfiguration
-
Start polling the configuration source with the specified scheduler.
- stop() - Method in class com.netflix.config.AbstractPollingScheduler
-
Stop the scheduler
- stop() - Method in class com.netflix.config.FixedDelayPollingScheduler
-
- stopLoading() - Method in class com.netflix.config.DynamicConfiguration
-
Stops the scheduler
- stopPolling() - Method in class com.netflix.config.ConfigurationWithPollingSource
-
- StringDerivedProperty<T> - Class in com.netflix.config
-
A property wrapper that can be used to derive any type of data as property value
from string format.
- StringDerivedProperty(String, T, <any>) - Constructor for class com.netflix.config.StringDerivedProperty
-
Create an instance of the property wrapper.
- StringProperty(DynamicStringProperty) - Constructor for class com.netflix.config.ChainedDynamicProperty.StringProperty
-
- StringProperty(String, DynamicStringProperty) - Constructor for class com.netflix.config.ChainedDynamicProperty.StringProperty
-
- StringProperty(String, ChainedDynamicProperty.StringProperty) - Constructor for class com.netflix.config.ChainedDynamicProperty.StringProperty
-
- subset(String) - Method in class com.netflix.config.ConfigurationWithPollingSource
-
Delegates to the underlying configuration.
- SYS_CONFIG_NAME - Static variable in class com.netflix.config.ConfigurationManager
-
- SYS_CONFIG_NAME - Static variable in class com.netflix.config.DynamicPropertyFactory
-