类分层结构
- java.lang.Object
- org.apache.dubbo.registry.support.AbstractRegistry (implements org.apache.dubbo.registry.Registry)
- org.apache.dubbo.registry.support.FailbackRegistry
- org.apache.dubbo.registry.etcd.EtcdRegistry
- org.apache.dubbo.registry.support.FailbackRegistry
- org.apache.dubbo.registry.support.AbstractRegistryFactory (implements org.apache.dubbo.registry.RegistryFactory)
- org.apache.dubbo.registry.etcd.EtcdRegistryFactory
- org.apache.dubbo.registry.client.AbstractServiceDiscovery (implements org.apache.dubbo.registry.client.ServiceDiscovery)
- org.apache.dubbo.registry.etcd.EtcdServiceDiscovery (implements org.apache.dubbo.event.EventListener<E>)
- org.apache.dubbo.registry.support.AbstractRegistry (implements org.apache.dubbo.registry.Registry)