| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.consul | |
| org.apache.dubbo.registry.dubbo | |
| org.apache.dubbo.registry.etcd | |
| org.apache.dubbo.registry.multicast | |
| org.apache.dubbo.registry.multiple | |
| org.apache.dubbo.registry.nacos | |
| org.apache.dubbo.registry.redis | |
| org.apache.dubbo.registry.sofa | |
| org.apache.dubbo.registry.support | |
| org.apache.dubbo.registry.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDiscoveryRegistry
Being different to the traditional registry,
ServiceDiscoveryRegistry that is a new service-oriented
Registry based on ServiceDiscovery, it will not interact in the external registry directly,
but store the urls that Dubbo services exported and referenced into WritableMetadataService
when ServiceDiscoveryRegistry.register(URL) and ServiceDiscoveryRegistry.subscribe(URL, NotifyListener) methods are executed. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsulRegistry
registry center implementation for consul
|
| Modifier and Type | Class and Description |
|---|---|
class |
DubboRegistry
DubboRegistry
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdRegistry
Support for ectd3 registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MulticastRegistry
MulticastRegistry
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleRegistry
MultipleRegistry
|
| Modifier and Type | Class and Description |
|---|---|
class |
NacosRegistry
Nacos
Registry |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisRegistry
RedisRegistry
|
| Modifier and Type | Class and Description |
|---|---|
class |
SofaRegistry
The Sofa registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FailbackRegistry
FailbackRegistry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZookeeperRegistry
ZookeeperRegistry
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.