See: Description
Interface | Description |
---|---|
ConfigFilter |
Abstraction for Filters that can be used while traversing the PropConfig stores.
|
ConfigFilter.Builder |
Builder for ConfigFilter.
|
ConfigNode<V> |
Abstraction of an instance in the elastic config store.
|
ConfigNode.Builder<V> |
Builder for ConfigNode.
|
ElasticConfigListener |
Entity capable of receiving elastic config change events.
|
ElasticConfigService |
Service for storing and distributing elastic configuration data.
|
ElasticConfigStore |
Store service for storing and distributing elastic configuration data.
|
ElasticConfigStoreDelegate |
Proprietary configuration store delegate abstraction.
|
Class | Description |
---|---|
ConfigNodePath |
Abstraction of the key to an instance in the elastic config store.
|
ElasticConfigEvent |
Describes a ProprietaryConfig event.
|
Enum | Description |
---|---|
ConfigStoreType |
Designates the store type for various Proprietary Config stores.
|
ElasticConfigEvent.Type |
Type of configuration events.
|
NodeType |
Node Type representation for applications.
|
TraversalMode |
Traversal Modes for the PropConfig Stores.
|
Exception | Description |
---|---|
FailedException |
Exceptions for use by the
PropConfigService . |
InvalidFilterException |
Exceptions for use by the
ConfigFilter . |