| Modifier and Type | Method and Description |
|---|---|
Configurator |
ConfiguratorFactory.getConfigurator(org.apache.dubbo.common.URL url)
get the configurator instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<List<Configurator>> |
Configurator.toConfigurators(List<org.apache.dubbo.common.URL> urls)
Convert override urls to map for use when re-refer.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
Configurator.compareTo(Configurator o)
Sort by host, then by priority
1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurator
AbstractOverrideConfigurator
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsentConfigurator
AbsentConfigurator
|
| Modifier and Type | Method and Description |
|---|---|
Configurator |
AbsentConfiguratorFactory.getConfigurator(org.apache.dubbo.common.URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
OverrideConfigurator
OverrideConfigurator
|
| Modifier and Type | Method and Description |
|---|---|
Configurator |
OverrideConfiguratorFactory.getConfigurator(org.apache.dubbo.common.URL url) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.