所有程序包的分层结构
程序包分层结构:- com.alibaba.dubbo.common.extension,
- com.alibaba.dubbo.config.annotation,
- org.apache.dubbo.common,
- org.apache.dubbo.common.beanutil,
- org.apache.dubbo.common.bytecode,
- org.apache.dubbo.common.compiler,
- org.apache.dubbo.common.compiler.support,
- org.apache.dubbo.common.config,
- org.apache.dubbo.common.config.configcenter,
- org.apache.dubbo.common.config.configcenter.file,
- org.apache.dubbo.common.config.configcenter.nop,
- org.apache.dubbo.common.config.configcenter.wrapper,
- org.apache.dubbo.common.constants,
- org.apache.dubbo.common.context,
- org.apache.dubbo.common.convert,
- org.apache.dubbo.common.convert.multiple,
- org.apache.dubbo.common.extension,
- org.apache.dubbo.common.extension.factory,
- org.apache.dubbo.common.extension.support,
- org.apache.dubbo.common.function,
- org.apache.dubbo.common.infra,
- org.apache.dubbo.common.infra.support,
- org.apache.dubbo.common.io,
- org.apache.dubbo.common.json,
- org.apache.dubbo.common.lang,
- org.apache.dubbo.common.logger,
- org.apache.dubbo.common.logger.jcl,
- org.apache.dubbo.common.logger.jdk,
- org.apache.dubbo.common.logger.log4j,
- org.apache.dubbo.common.logger.log4j2,
- org.apache.dubbo.common.logger.slf4j,
- org.apache.dubbo.common.logger.support,
- org.apache.dubbo.common.status,
- org.apache.dubbo.common.status.support,
- org.apache.dubbo.common.store,
- org.apache.dubbo.common.store.support,
- org.apache.dubbo.common.threadlocal,
- org.apache.dubbo.common.threadpool,
- org.apache.dubbo.common.threadpool.concurrent,
- org.apache.dubbo.common.threadpool.event,
- org.apache.dubbo.common.threadpool.manager,
- org.apache.dubbo.common.threadpool.support,
- org.apache.dubbo.common.threadpool.support.cached,
- org.apache.dubbo.common.threadpool.support.eager,
- org.apache.dubbo.common.threadpool.support.fixed,
- org.apache.dubbo.common.threadpool.support.limited,
- org.apache.dubbo.common.timer,
- org.apache.dubbo.common.utils,
- org.apache.dubbo.config,
- org.apache.dubbo.config.annotation,
- org.apache.dubbo.config.context,
- org.apache.dubbo.config.support,
- org.apache.dubbo.event,
- org.apache.dubbo.rpc.model,
- org.apache.dubbo.rpc.service,
- org.apache.dubbo.rpc.support
类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- java.util.concurrent.LinkedBlockingQueue<E> (implements java.util.concurrent.BlockingQueue<E>, java.io.Serializable)
- org.apache.dubbo.common.threadpool.support.eager.TaskQueue<R>
- java.util.concurrent.LinkedBlockingQueue<E> (implements java.util.concurrent.BlockingQueue<E>, java.io.Serializable)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- org.apache.dubbo.common.utils.ConcurrentHashSet<E> (implements java.io.Serializable, java.util.Set<E>)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- org.apache.dubbo.common.compiler.support.AbstractCompiler (implements org.apache.dubbo.common.compiler.Compiler)
- org.apache.dubbo.common.compiler.support.JavassistCompiler
- org.apache.dubbo.common.compiler.support.JdkCompiler
- org.apache.dubbo.config.AbstractConfig (implements java.io.Serializable)
- org.apache.dubbo.config.AbstractMethodConfig
- org.apache.dubbo.config.AbstractInterfaceConfig
- org.apache.dubbo.config.AbstractReferenceConfig
- org.apache.dubbo.config.ConsumerConfig
- org.apache.dubbo.config.ReferenceConfigBase<T>
- org.apache.dubbo.config.AbstractServiceConfig
- org.apache.dubbo.config.ProviderConfig
- org.apache.dubbo.config.ServiceConfigBase<T>
- org.apache.dubbo.config.AbstractReferenceConfig
- org.apache.dubbo.config.MethodConfig
- org.apache.dubbo.config.AbstractInterfaceConfig
- org.apache.dubbo.config.ApplicationConfig
- org.apache.dubbo.config.ConfigCenterConfig
- org.apache.dubbo.config.MetadataReportConfig
- org.apache.dubbo.config.MetricsConfig
- org.apache.dubbo.config.ModuleConfig
- org.apache.dubbo.config.MonitorConfig
- org.apache.dubbo.config.ProtocolConfig
- org.apache.dubbo.config.RegistryConfig
- org.apache.dubbo.config.SslConfig
- org.apache.dubbo.config.AbstractMethodConfig
- org.apache.dubbo.common.config.configcenter.AbstractDynamicConfiguration (implements org.apache.dubbo.common.config.configcenter.DynamicConfiguration)
- org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
- org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfiguration
- org.apache.dubbo.common.config.configcenter.TreePathDynamicConfiguration
- org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory (implements org.apache.dubbo.common.config.configcenter.DynamicConfigurationFactory)
- org.apache.dubbo.common.config.configcenter.file.FileSystemDynamicConfigurationFactory
- org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfigurationFactory
- org.apache.dubbo.event.AbstractEventDispatcher (implements org.apache.dubbo.event.EventDispatcher)
- org.apache.dubbo.event.DirectEventDispatcher
- org.apache.dubbo.event.ParallelEventDispatcher
- java.util.concurrent.AbstractExecutorService (implements java.util.concurrent.ExecutorService)
- org.apache.dubbo.common.threadpool.ThreadlessExecutor
- java.util.concurrent.ThreadPoolExecutor
- org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutor
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- org.apache.dubbo.common.utils.LRUCache<K,V>
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- org.apache.dubbo.common.extension.support.ActivateComparator (implements java.util.Comparator<T>)
- org.apache.dubbo.common.extension.AdaptiveClassCodeGenerator
- org.apache.dubbo.common.compiler.support.AdaptiveCompiler (implements org.apache.dubbo.common.compiler.Compiler)
- org.apache.dubbo.common.extension.factory.AdaptiveExtensionFactory (implements org.apache.dubbo.common.extension.ExtensionFactory)
- org.apache.log4j.AppenderSkeleton (implements org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler)
- org.apache.log4j.WriterAppender
- org.apache.log4j.FileAppender
- org.apache.dubbo.common.utils.DubboAppender
- org.apache.log4j.FileAppender
- org.apache.log4j.WriterAppender
- org.apache.dubbo.rpc.model.ApplicationModel
- org.apache.dubbo.config.ArgumentConfig (implements java.io.Serializable)
- org.apache.dubbo.common.utils.ArrayUtils
- org.apache.dubbo.common.utils.Assert
- org.apache.dubbo.rpc.model.AsyncMethodInfo
- org.apache.dubbo.common.BaseServiceMetadata
- org.apache.dubbo.rpc.model.ServiceMetadata
- org.apache.dubbo.common.io.Bytes
- org.apache.dubbo.common.threadpool.support.cached.CachedThreadPool (implements org.apache.dubbo.common.threadpool.ThreadPool)
- org.apache.dubbo.common.utils.CharSequenceComparator (implements java.util.Comparator<T>)
- org.apache.dubbo.common.utils.CIDRUtils
- org.apache.dubbo.common.bytecode.ClassGenerator
- org.apache.dubbo.common.utils.ClassHelper
- org.apache.dubbo.common.compiler.support.ClassUtils
- org.apache.dubbo.common.utils.ClassUtils
- org.apache.dubbo.common.infra.support.CmdbAdapter (implements org.apache.dubbo.common.infra.InfraAdapter)
- org.apache.dubbo.common.utils.CollectionUtils
- org.apache.dubbo.common.utils.CompatibleTypeUtils
- org.apache.dubbo.common.config.CompositeConfiguration (implements org.apache.dubbo.common.config.Configuration)
- org.apache.dubbo.common.config.configcenter.wrapper.CompositeDynamicConfiguration (implements org.apache.dubbo.common.config.configcenter.DynamicConfiguration)
- org.apache.dubbo.config.context.ConfigConfigurationAdapter (implements org.apache.dubbo.common.config.Configuration)
- org.apache.dubbo.common.config.ConfigurationUtils
- org.apache.dubbo.common.utils.ConfigUtils
- org.apache.dubbo.rpc.model.ConsumerMethodModel
- org.apache.dubbo.rpc.model.ConsumerModel
- org.apache.dubbo.common.compiler.support.CtClassBuilder
- org.apache.dubbo.common.bytecode.CustomizedLoaderClassPath (implements javassist.ClassPath)
- org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository (implements org.apache.dubbo.common.threadpool.manager.ExecutorRepository)
- org.apache.dubbo.common.utils.DefaultPage<T> (implements org.apache.dubbo.common.utils.Page<T>, java.io.Serializable)
- org.apache.dubbo.common.extension.DubboInternalLoadingStrategy (implements org.apache.dubbo.common.extension.LoadingStrategy)
- org.apache.dubbo.common.extension.DubboLoadingStrategy (implements org.apache.dubbo.common.extension.LoadingStrategy)
- org.apache.dubbo.common.threadpool.support.eager.EagerThreadPool (implements org.apache.dubbo.common.threadpool.ThreadPool)
- org.apache.dubbo.rpc.service.EchoServiceDetector (implements org.apache.dubbo.rpc.model.BuiltinServiceDetector)
- org.apache.dubbo.common.infra.support.EnvironmentAdapter (implements org.apache.dubbo.common.infra.InfraAdapter)
- org.apache.dubbo.common.config.EnvironmentConfiguration (implements org.apache.dubbo.common.config.Configuration)
- java.util.EventObject (implements java.io.Serializable)
- org.apache.dubbo.common.config.configcenter.ConfigChangedEvent
- org.apache.dubbo.event.Event
- org.apache.dubbo.event.GenericEvent<S>
- org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedEvent
- org.apache.dubbo.common.utils.ExecutorUtil
- org.apache.dubbo.common.extension.ExtensionLoader<T>
- org.apache.dubbo.common.logger.support.FailsafeLogger (implements org.apache.dubbo.common.logger.Logger)
- org.apache.dubbo.common.threadpool.support.fixed.FixedThreadPool (implements org.apache.dubbo.common.threadpool.ThreadPool)
- org.apache.dubbo.event.GenericEventListener (implements org.apache.dubbo.event.EventListener<E>)
- org.apache.dubbo.common.json.GenericJSONConverter (implements org.apache.dubbo.common.json.JSONConverter)
- org.apache.dubbo.rpc.service.GenericServiceDetector (implements org.apache.dubbo.rpc.model.BuiltinServiceDetector)
- org.apache.dubbo.rpc.support.GroupServiceKeyCache
- org.apache.dubbo.common.timer.HashedWheelTimer (implements org.apache.dubbo.common.timer.Timer)
- org.apache.dubbo.common.utils.Holder<T>
- org.apache.dubbo.common.config.InmemoryConfiguration (implements org.apache.dubbo.common.config.Configuration)
- java.io.InputStream (implements java.io.Closeable)
- org.apache.dubbo.common.io.UnsafeByteArrayInputStream
- org.apache.dubbo.common.threadlocal.InternalRunnable (implements java.lang.Runnable)
- org.apache.dubbo.common.threadlocal.InternalThreadLocal<V>
- org.apache.dubbo.common.threadlocal.InternalThreadLocalMap
- org.apache.dubbo.common.utils.IOUtils
- org.apache.dubbo.common.beanutil.JavaBeanDescriptor (implements java.lang.Iterable<T>, java.io.Serializable)
- org.apache.dubbo.common.beanutil.JavaBeanSerializeUtil
- org.apache.dubbo.common.logger.jcl.JclLogger (implements org.apache.dubbo.common.logger.Logger, java.io.Serializable)
- org.apache.dubbo.common.logger.jcl.JclLoggerAdapter (implements org.apache.dubbo.common.logger.LoggerAdapter)
- org.apache.dubbo.common.logger.jdk.JdkLogger (implements org.apache.dubbo.common.logger.Logger)
- org.apache.dubbo.common.logger.jdk.JdkLoggerAdapter (implements org.apache.dubbo.common.logger.LoggerAdapter)
- org.apache.dubbo.common.json.JSON
- org.apache.dubbo.common.json.JSONArray
- org.apache.dubbo.common.json.JSONObject
- org.apache.dubbo.common.json.JSONReader
- org.apache.dubbo.common.json.JSONToken
- org.apache.dubbo.common.json.JSONWriter
- org.apache.dubbo.common.utils.JVMUtil
- org.apache.dubbo.common.utils.LFUCache<K,V>
- org.apache.dubbo.common.context.LifecycleAdapter (implements org.apache.dubbo.common.context.Lifecycle)
- org.apache.dubbo.config.context.ConfigManager (implements org.apache.dubbo.common.context.FrameworkExt)
- org.apache.dubbo.common.config.Environment (implements org.apache.dubbo.common.context.FrameworkExt)
- org.apache.dubbo.rpc.model.ServiceRepository (implements org.apache.dubbo.common.context.FrameworkExt)
- org.apache.dubbo.common.threadpool.support.limited.LimitedThreadPool (implements org.apache.dubbo.common.threadpool.ThreadPool)
- org.apache.dubbo.common.status.support.LoadStatusChecker (implements org.apache.dubbo.common.status.StatusChecker)
- org.apache.dubbo.common.utils.Log (implements java.io.Serializable)
- org.apache.dubbo.common.logger.log4j2.Log4j2Logger (implements org.apache.dubbo.common.logger.Logger)
- org.apache.dubbo.common.logger.log4j2.Log4j2LoggerAdapter (implements org.apache.dubbo.common.logger.LoggerAdapter)
- org.apache.dubbo.common.logger.log4j.Log4jLogger (implements org.apache.dubbo.common.logger.Logger)
- org.apache.dubbo.common.logger.log4j.Log4jLoggerAdapter (implements org.apache.dubbo.common.logger.LoggerAdapter)
- org.apache.dubbo.common.logger.LoggerFactory
- org.apache.dubbo.common.utils.LogHelper
- org.apache.dubbo.common.utils.LogUtil
- org.apache.dubbo.common.status.support.MemoryStatusChecker (implements org.apache.dubbo.common.status.StatusChecker)
- org.apache.dubbo.common.utils.MethodComparator (implements java.util.Comparator<T>)
- org.apache.dubbo.rpc.model.MethodDescriptor
- org.apache.dubbo.common.bytecode.Mixin
- org.apache.dubbo.common.utils.NamedThreadFactory (implements java.util.concurrent.ThreadFactory)
- org.apache.dubbo.common.threadlocal.NamedInternalThreadFactory
- org.apache.dubbo.common.utils.NetUtils
- org.apache.dubbo.common.config.configcenter.nop.NopDynamicConfiguration (implements org.apache.dubbo.common.config.configcenter.DynamicConfiguration)
- java.lang.Number (implements java.io.Serializable)
- org.apache.dubbo.common.utils.AtomicPositiveInteger
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- org.apache.dubbo.common.io.UnsafeByteArrayOutputStream
- org.apache.dubbo.common.Parameters
- org.apache.dubbo.common.utils.PojoUtils
- org.apache.dubbo.common.config.PropertiesConfiguration (implements org.apache.dubbo.common.config.Configuration)
- org.apache.dubbo.rpc.support.ProtocolUtils
- org.apache.dubbo.rpc.model.ProviderMethodModel
- org.apache.dubbo.rpc.model.ProviderModel
- org.apache.dubbo.rpc.model.ProviderModel.RegisterStatedURL
- org.apache.dubbo.common.bytecode.Proxy
- java.io.Reader (implements java.io.Closeable, java.lang.Readable)
- org.apache.dubbo.common.io.UnsafeStringReader
- org.apache.dubbo.common.utils.ReflectUtils
- org.apache.dubbo.common.threadpool.manager.Ring<T>
- org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
- org.apache.dubbo.common.utils.SerializeClassChecker
- org.apache.dubbo.common.utils.ServiceAnnotationResolver
- org.apache.dubbo.rpc.model.ServiceDescriptor
- org.apache.dubbo.common.extension.ServicesLoadingStrategy (implements org.apache.dubbo.common.extension.LoadingStrategy)
- org.apache.dubbo.common.lang.ShutdownHookCallbacks
- org.apache.dubbo.common.store.support.SimpleDataStore (implements org.apache.dubbo.common.store.DataStore)
- org.apache.dubbo.common.logger.slf4j.Slf4jLogger (implements org.apache.dubbo.common.logger.Logger, java.io.Serializable)
- org.apache.dubbo.common.logger.slf4j.Slf4jLoggerAdapter (implements org.apache.dubbo.common.logger.LoggerAdapter)
- org.apache.dubbo.common.extension.factory.SpiExtensionFactory (implements org.apache.dubbo.common.extension.ExtensionFactory)
- org.apache.dubbo.common.utils.Stack<E>
- org.apache.dubbo.common.status.Status
- org.apache.dubbo.common.status.support.StatusUtils
- org.apache.dubbo.common.io.StreamUtils
- org.apache.dubbo.common.utils.StringConstantFieldValuePredicate (implements java.util.function.Predicate<T>)
- org.apache.dubbo.common.convert.multiple.StringToArrayConverter (implements org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter)
- org.apache.dubbo.common.convert.StringToBooleanConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToCharacterConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToCharArrayConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToDoubleConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToFloatConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToIntegerConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.multiple.StringToIterableConverter<T> (implements org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter)
- org.apache.dubbo.common.convert.multiple.StringToBlockingDequeConverter
- org.apache.dubbo.common.convert.multiple.StringToBlockingQueueConverter
- org.apache.dubbo.common.convert.multiple.StringToCollectionConverter
- org.apache.dubbo.common.convert.multiple.StringToDequeConverter
- org.apache.dubbo.common.convert.multiple.StringToListConverter
- org.apache.dubbo.common.convert.multiple.StringToNavigableSetConverter
- org.apache.dubbo.common.convert.multiple.StringToQueueConverter
- org.apache.dubbo.common.convert.multiple.StringToSetConverter
- org.apache.dubbo.common.convert.multiple.StringToSortedSetConverter
- org.apache.dubbo.common.convert.multiple.StringToTransferQueueConverter
- org.apache.dubbo.common.convert.StringToLongConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToOptionalConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToShortConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.convert.StringToStringConverter (implements org.apache.dubbo.common.convert.StringConverter<T>)
- org.apache.dubbo.common.utils.StringUtils
- org.apache.dubbo.common.config.SystemConfiguration (implements org.apache.dubbo.common.config.Configuration)
- java.lang.Thread (implements java.lang.Runnable)
- org.apache.dubbo.common.threadlocal.InternalThread
- java.util.concurrent.ThreadPoolExecutor.AbortPolicy (implements java.util.concurrent.RejectedExecutionHandler)
- org.apache.dubbo.common.threadpool.support.AbortPolicyWithReport
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.apache.dubbo.common.json.ParseException
- java.lang.RuntimeException
- org.apache.dubbo.rpc.service.GenericException
- org.apache.dubbo.common.bytecode.NoSuchMethodException
- org.apache.dubbo.common.bytecode.NoSuchPropertyException
- java.lang.Exception
- org.apache.dubbo.common.URL (implements java.io.Serializable)
- org.apache.dubbo.common.URLBuilder
- org.apache.dubbo.common.URLStrParser
- org.apache.dubbo.common.utils.UrlUtils
- org.apache.dubbo.common.utils.Utf8Utils
- org.apache.dubbo.common.Version
- org.apache.dubbo.common.bytecode.Wrapper
- org.apache.dubbo.common.extension.support.WrapperComparator (implements java.util.Comparator<T>)
- java.io.Writer (implements java.lang.Appendable, java.io.Closeable, java.io.Flushable)
- org.apache.dubbo.common.io.UnsafeStringWriter
- org.apache.dubbo.common.json.Yylex
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
接口分层结构
- org.apache.dubbo.common.utils.AnnotationUtils
- org.apache.dubbo.rpc.model.ApplicationInitListener
- java.lang.AutoCloseable
- org.apache.dubbo.common.config.configcenter.DynamicConfiguration (并 extends org.apache.dubbo.common.config.Configuration)
- org.apache.dubbo.rpc.model.BuiltinServiceDetector
- org.apache.dubbo.common.bytecode.ClassGenerator.DC
- org.apache.dubbo.common.constants.ClusterRules
- org.apache.dubbo.common.constants.CommonConstants
- java.lang.Comparable<T>
- org.apache.dubbo.common.lang.Prioritized
- org.apache.dubbo.common.convert.Converter<S,T>
- org.apache.dubbo.common.convert.StringConverter<T>
- org.apache.dubbo.event.EventListener<E> (并 extends java.util.EventListener)
- org.apache.dubbo.event.ConditionalEventListener<E>
- org.apache.dubbo.common.extension.LoadingStrategy
- org.apache.dubbo.common.convert.multiple.MultiValueConverter<S>
- org.apache.dubbo.common.convert.multiple.StringToMultiValueConverter
- org.apache.dubbo.common.lang.ShutdownHookCallback
- org.apache.dubbo.common.convert.Converter<S,T>
- org.apache.dubbo.common.lang.Prioritized
- org.apache.dubbo.common.compiler.Compiler
- org.apache.dubbo.common.config.Configuration
- org.apache.dubbo.common.config.configcenter.DynamicConfiguration (并 extends java.lang.AutoCloseable)
- org.apache.dubbo.common.config.configcenter.Constants
- org.apache.dubbo.config.Constants
- org.apache.dubbo.common.constants.ConsulConstants
- org.apache.dubbo.common.store.DataStore
- org.apache.dubbo.rpc.service.Destroyable
- org.apache.dubbo.common.config.configcenter.DynamicConfigurationFactory
- org.apache.dubbo.rpc.service.EchoService
- java.util.EventListener
- org.apache.dubbo.common.config.configcenter.ConfigurationListener
- org.apache.dubbo.event.EventListener<E> (并 extends org.apache.dubbo.common.lang.Prioritized)
- org.apache.dubbo.event.ConditionalEventListener<E>
- org.apache.dubbo.common.threadpool.manager.ExecutorRepository
- org.apache.dubbo.common.extension.ExtensionFactory
- org.apache.dubbo.common.utils.FieldUtils
- org.apache.dubbo.common.constants.FilterConstants
- org.apache.dubbo.rpc.service.GenericService
- org.apache.dubbo.common.infra.InfraAdapter
- org.apache.dubbo.common.json.JSONConverter
- org.apache.dubbo.common.json.JSONVisitor
- org.apache.dubbo.common.context.Lifecycle
- org.apache.dubbo.common.context.FrameworkExt
- org.apache.dubbo.event.Listenable<E>
- org.apache.dubbo.event.EventDispatcher
- org.apache.dubbo.common.constants.LoadbalanceRules
- org.apache.dubbo.common.logger.Logger
- org.apache.dubbo.common.logger.LoggerAdapter
- org.apache.dubbo.common.utils.MemberUtils
- org.apache.dubbo.common.utils.MethodUtils
- org.apache.dubbo.common.bytecode.Mixin.MixinAware
- org.apache.dubbo.common.Node
- org.apache.dubbo.common.config.OrderedPropertiesProvider
- org.apache.dubbo.common.utils.Page<T>
- org.apache.dubbo.common.utils.PathUtils
- org.apache.dubbo.common.function.Predicates
- org.apache.dubbo.common.constants.QosConstants
- org.apache.dubbo.common.constants.RegistryConstants
- org.apache.dubbo.common.constants.RemotingConstants
- org.apache.dubbo.common.Resetable
- org.apache.dubbo.common.status.StatusChecker
- org.apache.dubbo.common.function.Streams
- org.apache.dubbo.common.threadpool.ThreadPool
- org.apache.dubbo.common.function.ThrowableAction
- org.apache.dubbo.common.function.ThrowableConsumer<T>
- org.apache.dubbo.common.function.ThrowableFunction<T,R>
- org.apache.dubbo.common.timer.Timeout
- org.apache.dubbo.common.timer.Timer
- org.apache.dubbo.common.timer.TimerTask
- org.apache.dubbo.common.utils.TypeUtils
注释类型分层结构
- com.alibaba.dubbo.common.extension.Activate (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.extension.Activate (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.extension.Adaptive (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Argument (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.extension.DisableInject (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.DubboReference (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.DubboService (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.Experimental (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.Extension (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Method (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.support.Parameter (implements java.lang.annotation.Annotation)
- com.alibaba.dubbo.config.annotation.Reference (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Reference (implements java.lang.annotation.Annotation)
- com.alibaba.dubbo.config.annotation.Service (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Service (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.extension.SPI (implements java.lang.annotation.Annotation)
- org.apache.dubbo.common.extension.Wrapper (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.apache.dubbo.common.config.configcenter.ConfigChangeType
- org.apache.dubbo.common.beanutil.JavaBeanAccessor
- org.apache.dubbo.common.logger.Level
- org.apache.dubbo.common.status.Status.Level
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)