Hierarchy For All Packages
- org.apache.dubbo.registry,
- org.apache.dubbo.rpc.cluster,
- org.apache.dubbo.rpc.cluster.configurator,
- org.apache.dubbo.rpc.cluster.configurator.absent,
- org.apache.dubbo.rpc.cluster.configurator.override,
- org.apache.dubbo.rpc.cluster.configurator.parser,
- org.apache.dubbo.rpc.cluster.configurator.parser.model,
- org.apache.dubbo.rpc.cluster.directory,
- org.apache.dubbo.rpc.cluster.filter,
- org.apache.dubbo.rpc.cluster.filter.support,
- org.apache.dubbo.rpc.cluster.governance,
- org.apache.dubbo.rpc.cluster.interceptor,
- org.apache.dubbo.rpc.cluster.loadbalance,
- org.apache.dubbo.rpc.cluster.router,
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match,
- org.apache.dubbo.rpc.cluster.router.state,
- org.apache.dubbo.rpc.cluster.support,
- org.apache.dubbo.rpc.cluster.support.merger,
- org.apache.dubbo.rpc.cluster.support.registry,
- org.apache.dubbo.rpc.cluster.support.wrapper
Class Hierarchy
- java.lang.Object
- org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfiguratorFactory (implements org.apache.dubbo.rpc.cluster.ConfiguratorFactory)
- org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster (implements org.apache.dubbo.rpc.cluster.Cluster)
- org.apache.dubbo.rpc.cluster.support.AvailableCluster
- org.apache.dubbo.rpc.cluster.support.BroadcastCluster
- org.apache.dubbo.rpc.cluster.support.FailbackCluster
- org.apache.dubbo.rpc.cluster.support.FailfastCluster
- org.apache.dubbo.rpc.cluster.support.FailoverCluster
- org.apache.dubbo.rpc.cluster.support.FailsafeCluster
- org.apache.dubbo.rpc.cluster.support.ForkingCluster
- org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster
- org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker<T> (implements org.apache.dubbo.rpc.cluster.ClusterInvoker<T>)
- org.apache.dubbo.rpc.cluster.support.AvailableClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.BroadcastClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.FailsafeClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareClusterInvoker<T>
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator (implements org.apache.dubbo.rpc.cluster.Configurator)
- org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfigurator
- org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfigurator
- org.apache.dubbo.rpc.cluster.directory.AbstractDirectory<T> (implements org.apache.dubbo.rpc.cluster.Directory<T>)
- org.apache.dubbo.rpc.cluster.directory.StaticDirectory<T>
- org.apache.dubbo.rpc.cluster.loadbalance.AbstractLoadBalance (implements org.apache.dubbo.rpc.cluster.LoadBalance)
- org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
- org.apache.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance
- org.apache.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
- org.apache.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
- org.apache.dubbo.rpc.cluster.loadbalance.ShortestResponseLoadBalance (implements org.apache.dubbo.rpc.model.ScopeModelAware)
- org.apache.dubbo.rpc.cluster.router.AbstractRouter (implements org.apache.dubbo.rpc.cluster.Router)
- org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
- org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter<T> (implements org.apache.dubbo.rpc.cluster.router.state.StateRouter<T>)
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.AddressMatch
- org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator<E> (implements java.util.ListIterator<E>)
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
- org.apache.dubbo.rpc.cluster.CacheableRouterFactory (implements org.apache.dubbo.rpc.cluster.RouterFactory)
- org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory (implements org.apache.dubbo.rpc.cluster.router.state.StateRouterFactory)
- org.apache.dubbo.rpc.cluster.ClusterScopeModelInitializer (implements org.apache.dubbo.rpc.model.ScopeModelInitializer)
- org.apache.dubbo.rpc.cluster.support.ClusterUtils (implements org.apache.dubbo.rpc.model.ScopeModelAware)
- org.apache.dubbo.rpc.cluster.configurator.parser.model.ConditionMatch
- org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
- org.apache.dubbo.rpc.cluster.configurator.parser.ConfigParser
- org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
- org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder (implements org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder)
- org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl (implements org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository)
- org.apache.dubbo.rpc.cluster.support.merger.DefaultProviderURLMergeProcessor (implements org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor)
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker<T,
FILTER> (implements org.apache.dubbo.rpc.Invoker<T>) - org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker<T,
FILTER> (implements org.apache.dubbo.rpc.cluster.ClusterInvoker<T>)
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker<T,
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode<T,
TYPE, FILTER> (implements org.apache.dubbo.rpc.Invoker<T>) - org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfClusterFilterChainNode<T,
TYPE, FILTER> (implements org.apache.dubbo.rpc.cluster.ClusterInvoker<T>)
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfClusterFilterChainNode<T,
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode<T,
TYPE, FILTER> (implements org.apache.dubbo.rpc.Invoker<T>) - org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode<T,
TYPE, FILTER> (implements org.apache.dubbo.rpc.cluster.ClusterInvoker<T>)
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode<T,
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListBoolMatch
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
- org.apache.dubbo.metrics.filter.MetricsFilter (implements org.apache.dubbo.rpc.model.ScopeModelAware)
- org.apache.dubbo.rpc.cluster.filter.support.MetricsConsumerFilter (implements org.apache.dubbo.rpc.BaseFilter.Listener, org.apache.dubbo.rpc.cluster.filter.ClusterFilter)
- org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfiguratorFactory (implements org.apache.dubbo.rpc.cluster.ConfiguratorFactory)
- org.apache.dubbo.rpc.cluster.configurator.parser.model.ParamMatch
- org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper (implements org.apache.dubbo.rpc.Protocol)
- org.apache.dubbo.rpc.cluster.RouterChain<T>
- org.apache.dubbo.rpc.cluster.router.state.RouterGroupingState<T>
- org.apache.dubbo.rpc.cluster.router.RouterResult<T>
- org.apache.dubbo.rpc.cluster.router.RouterSnapshotFilter (implements org.apache.dubbo.rpc.BaseFilter.Listener, org.apache.dubbo.rpc.cluster.filter.ClusterFilter)
- org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode<T>
- org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
- org.apache.dubbo.rpc.cluster.support.wrapper.ScopeClusterInvoker<T> (implements org.apache.dubbo.rpc.cluster.ClusterInvoker<T>, org.apache.dubbo.rpc.listener.ExporterChangeListener)
- org.apache.dubbo.rpc.cluster.support.wrapper.ScopeClusterWrapper (implements org.apache.dubbo.rpc.cluster.Cluster)
- org.apache.dubbo.rpc.cluster.SingleRouterChain<T>
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
- org.apache.dubbo.rpc.cluster.router.state.TailStateRouter<T> (implements org.apache.dubbo.rpc.cluster.router.state.StateRouter<T>)
Interface Hierarchy
- org.apache.dubbo.registry.AddressListener
- org.apache.dubbo.rpc.cluster.Cluster
- org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
- org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.Listener
- java.lang.Comparable<T>
- org.apache.dubbo.rpc.cluster.Configurator
- org.apache.dubbo.rpc.cluster.Router
- org.apache.dubbo.rpc.cluster.ConfiguratorFactory
- org.apache.dubbo.rpc.cluster.Constants
- org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder
- org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
- org.apache.dubbo.rpc.cluster.filter.InvocationInterceptorBuilder
- org.apache.dubbo.rpc.cluster.LoadBalance
- org.apache.dubbo.rpc.cluster.Merger<T>
- org.apache.dubbo.common.Node
- org.apache.dubbo.rpc.cluster.Directory<T>
- org.apache.dubbo.rpc.Invoker<T>
- org.apache.dubbo.rpc.cluster.ClusterInvoker<T>
- org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor
- org.apache.dubbo.rpc.cluster.RouterFactory
- org.apache.dubbo.rpc.cluster.RuleConverter
- org.apache.dubbo.rpc.cluster.router.state.StateRouter<T>
- org.apache.dubbo.rpc.cluster.router.state.StateRouterFactory