所有程序包的分层结构
程序包分层结构:- org.apache.dubbo.common.serialize,
- org.apache.dubbo.common.threadpool,
- org.apache.dubbo.metadata.report,
- org.apache.dubbo.monitor,
- org.apache.dubbo.registry,
- org.apache.dubbo.registry.client.selector,
- org.apache.dubbo.remoting,
- org.apache.dubbo.remoting.exchange,
- org.apache.dubbo.remoting.zookeeper,
- org.apache.dubbo.rpc,
- org.apache.dubbo.rpc.cluster,
- org.apache.dubbo.rpc.cluster.router.state,
- org.apache.dubbo.utils
类分层结构
- java.lang.Object
- org.apache.dubbo.utils.ClassFinder
- org.apache.dubbo.rpc.cluster.Cluster$Adaptive (implements org.apache.dubbo.rpc.cluster.Cluster)
- org.apache.dubbo.remoting.Codec$Adaptive (implements org.apache.dubbo.remoting.Codec)
- org.apache.dubbo.remoting.Codec2$Adaptive (implements org.apache.dubbo.remoting.Codec2)
- org.apache.dubbo.utils.CodeGenerator
- org.apache.dubbo.rpc.cluster.ConfiguratorFactory$Adaptive (implements org.apache.dubbo.rpc.cluster.ConfiguratorFactory)
- org.apache.dubbo.remoting.Dispatcher$Adaptive (implements org.apache.dubbo.remoting.Dispatcher)
- org.apache.dubbo.remoting.exchange.Exchanger$Adaptive (implements org.apache.dubbo.remoting.exchange.Exchanger)
- org.apache.dubbo.rpc.cluster.LoadBalance$Adaptive (implements org.apache.dubbo.rpc.cluster.LoadBalance)
- org.apache.dubbo.metadata.report.MetadataReportFactory$Adaptive (implements org.apache.dubbo.metadata.report.MetadataReportFactory)
- org.apache.dubbo.monitor.MonitorFactory$Adaptive (implements org.apache.dubbo.monitor.MonitorFactory)
- org.apache.dubbo.rpc.Protocol$Adaptive (implements org.apache.dubbo.rpc.Protocol)
- org.apache.dubbo.rpc.ProxyFactory$Adaptive (implements org.apache.dubbo.rpc.ProxyFactory)
- org.apache.dubbo.registry.RegistryFactory$Adaptive (implements org.apache.dubbo.registry.RegistryFactory)
- org.apache.dubbo.rpc.cluster.RouterFactory$Adaptive (implements org.apache.dubbo.rpc.cluster.RouterFactory)
- org.apache.dubbo.common.serialize.Serialization$Adaptive (implements org.apache.dubbo.common.serialize.Serialization)
- org.apache.dubbo.registry.client.selector.ServiceInstanceSelector$Adaptive (implements org.apache.dubbo.registry.client.selector.ServiceInstanceSelector)
- org.apache.dubbo.rpc.cluster.router.state.StateRouterFactory$Adaptive (implements org.apache.dubbo.rpc.cluster.router.state.StateRouterFactory)
- org.apache.dubbo.common.threadpool.ThreadPool$Adaptive (implements org.apache.dubbo.common.threadpool.ThreadPool)
- org.apache.dubbo.remoting.Transporter$Adaptive (implements org.apache.dubbo.remoting.Transporter)
- org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter$Adaptive (implements org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter)