| Package | Description |
|---|---|
| com.alibaba.dubbo.registry | |
| org.apache.dubbo.registry | |
| 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.integration | |
| 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 | Interface and Description |
|---|---|
interface |
Registry
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
RegistryFactory.getRegistry(URL url)
Deprecated.
|
default Registry |
RegistryFactory.getRegistry(URL url)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerRegistryWrapper |
| Modifier and Type | Method and Description |
|---|---|
Registry |
ListenerRegistryWrapper.getRegistry() |
Registry |
RegistryFactoryWrapper.getRegistry(URL url) |
Registry |
RegistryFactory.getRegistry(URL url)
Connect to the registry
|
| Constructor and Description |
|---|
ListenerRegistryWrapper(Registry registry,
List<RegistryServiceListener> listeners) |
| 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 | Method and Description |
|---|---|
Registry |
DubboRegistryFactory.createRegistry(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdRegistry
Support for ectd3 registry.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
RegistryDirectory.getRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryDirectory.setRegistry(Registry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
MulticastRegistry
MulticastRegistry
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
MulticastRegistryFactory.createRegistry(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleRegistry
MultipleRegistry
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Registry> |
MultipleRegistry.getReferenceRegistries() |
Map<String,Registry> |
MultipleRegistry.getServiceRegistries() |
| 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 |
AbstractRegistry
AbstractRegistry.
|
class |
FailbackRegistry
FailbackRegistry.
|
| Modifier and Type | Method and Description |
|---|---|
static Registry |
AbstractRegistryFactory.getRegistry(String key) |
Registry |
AbstractRegistryFactory.getRegistry(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Registry> |
AbstractRegistryFactory.getRegistries()
Get all registries
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractRegistryFactory.removeDestroyedRegistry(Registry toRm) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZookeeperRegistry
ZookeeperRegistry
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
ZookeeperRegistryFactory.createRegistry(URL url) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.