| Modifier and Type | Method and Description |
|---|---|
Optional<DynamicConfiguration> |
Environment.getDynamicConfiguration() |
Optional<DynamicConfiguration> |
ModuleEnvironment.getDynamicConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setDynamicConfiguration(DynamicConfiguration defaultDynamicConfiguration) |
void |
ModuleEnvironment.setDynamicConfiguration(DynamicConfiguration dynamicConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDynamicConfiguration
The abstract implementation of
DynamicConfiguration |
class |
TreePathDynamicConfiguration
An abstract implementation of
DynamicConfiguration is like "tree-structure" path :
"file"
"zookeeper"
"consul"
|
| Modifier and Type | Method and Description |
|---|---|
DynamicConfiguration |
DynamicConfigurationFactory.getDynamicConfiguration(URL url) |
DynamicConfiguration |
AbstractDynamicConfigurationFactory.getDynamicConfiguration(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemDynamicConfiguration
File-System based
DynamicConfiguration implementation |
| Modifier and Type | Class and Description |
|---|---|
class |
NopDynamicConfiguration
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDynamicConfiguration
support multiple config center, simply iterating each concrete config center.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DynamicConfiguration> |
CompositeDynamicConfiguration.getInnerConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeDynamicConfiguration.addConfiguration(DynamicConfiguration configuration) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.