| Modifier and Type | Method and Description |
|---|---|
Configuration |
URL.toConfiguration() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrefixConfiguration
This is an abstraction specially customized for the sequence Dubbo retrieves properties.
|
class |
CompositeConfiguration |
class |
EnvironmentConfiguration
Configuration from system environment
|
class |
InmemoryConfiguration
In-memory configuration
|
class |
PropertiesConfiguration
Configuration from system properties and dubbo.properties
|
class |
SystemConfiguration
FIXME: is this really necessary? PropertiesConfiguration should have already covered this:
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Environment.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Configuration> |
Environment.getDynamicConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeConfiguration.addConfiguration(Configuration configuration) |
void |
CompositeConfiguration.addConfiguration(int pos,
Configuration configuration) |
void |
CompositeConfiguration.addConfigurationFirst(Configuration configuration) |
void |
Environment.setDynamicConfiguration(Configuration dynamicConfiguration) |
| Constructor and Description |
|---|
CompositeConfiguration(Configuration... configurations) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigConfigurationAdapter
This class receives an
AbstractConfig and exposes its attributes through Configuration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicConfiguration
Dynamic Configuration
From the use scenario internally in framework, there're mainly three kinds of methods: 1. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsulDynamicConfiguration
config center implementation for consul
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApolloDynamicConfiguration
Apollo implementation, https://github.com/ctripcorp/apollo
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdDynamicConfiguration
The etcd implementation of
DynamicConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
NacosDynamicConfiguration
The nacos implementation of
DynamicConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
NopDynamicConfiguration
The default extension of
DynamicConfiguration. |
| Modifier and Type | Class and Description |
|---|---|
class |
ZookeeperDynamicConfiguration |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.