| Package | Description |
|---|---|
| com.netflix.config | |
| com.netflix.config.sources | |
| com.netflix.config.util |
| Class and Description |
|---|
| AbstractDynamicPropertyListener.EventType |
| AbstractPollingScheduler
This class is responsible for scheduling the periodical polling of a configuration source and applying the
polling result to a Configuration.
|
| AggregatedConfiguration |
| ConcurrentMapConfiguration
This class uses a ConcurrentHashMap for reading/writing a property to achieve high
throughput and thread safety.
|
| DeploymentContext
An interface to define the deployment context of an application.
|
| DynamicBooleanProperty
A dynamic property that contains boolean value.
|
| DynamicConfiguration
A configuration that polls a
PolledConfigurationSource according to the schedule set by a
scheduler. |
| DynamicDoubleProperty
A dynamic property whose value is a double.
|
| DynamicFloatProperty
A dynamic property whose value is a float.
|
| DynamicIntProperty
A dynamic property whose value is an integer
|
| DynamicListProperty |
| DynamicLongProperty
A dynamic property whose value is a long.
|
| DynamicMapProperty |
| DynamicProperty
A cached configuration property value that is automatically
updated when the config is changed.
|
| DynamicPropertyFactory
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
The interface that defines the contract between DynamicProperty and its
underlying support system.
|
| DynamicSetProperty |
| DynamicStringListProperty |
| DynamicStringProperty
A dynamic property whose value is a string.
|
| PolledConfigurationSource
The definition of configuration source that brings dynamic changes to the configuration via polling.
|
| PollListener
The listener to be called upon when
AbstractPollingScheduler completes a polling. |
| PollListener.EventType |
| PollResult
This class represents result from a poll of configuration source.
|
| PropertyListener
Listener that handles property event notifications.
|
| PropertyWrapper
A wrapper around DynamicProperty and associates it with a type.
|
| SimpleDeploymentContext
An implemenatation of
DeploymentContext with simple setters and getters. |
| Class and Description |
|---|
| PolledConfigurationSource
The definition of configuration source that brings dynamic changes to the configuration via polling.
|
| PollResult
This class represents result from a poll of configuration source.
|
| Class and Description |
|---|
| ConcurrentCompositeConfiguration
This class maintains a hierarchy of configurations in a list structure.
|
Copyright © 2015. All Rights Reserved.