程序包com.alibaba.dubbo.registry.support的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.alibaba.dubbo.registry.support.AbstractRegistry (implements org.apache.dubbo.registry.Registry)
    • org.apache.dubbo.registry.support.AbstractRegistryFactory (implements org.apache.dubbo.registry.RegistryFactory)
    • com.alibaba.dubbo.registry.support.FailbackRegistry (implements com.alibaba.dubbo.registry.Registry, org.apache.dubbo.registry.Registry)