跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W Z 

A

AbsentConfigurator - org.apache.dubbo.rpc.cluster.configurator.absent中的类
AbsentConfigurator
AbsentConfigurator(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfigurator
 
AbsentConfiguratorFactory - org.apache.dubbo.rpc.cluster.configurator.absent中的类
AbsentConfiguratorFactory
AbsentConfiguratorFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfiguratorFactory
 
AbstractCluster - org.apache.dubbo.rpc.cluster.support.wrapper中的类
 
AbstractCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster
 
AbstractClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
AbstractClusterInvoker
AbstractClusterInvoker() - 类 的构造器org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
AbstractClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
AbstractClusterInvoker(Directory<T>, URL) - 类 的构造器org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
AbstractConfigurator - org.apache.dubbo.rpc.cluster.configurator中的类
AbstractConfigurator
AbstractConfigurator(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator
 
AbstractDirectory<T> - org.apache.dubbo.rpc.cluster.directory中的类
Abstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by Routers
AbstractDirectory(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
AbstractDirectory(URL, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
AbstractDirectory(URL, RouterChain<T>, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
AbstractLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
AbstractLoadBalance
AbstractLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.AbstractLoadBalance
 
AbstractRouter - org.apache.dubbo.rpc.cluster.router中的类
 
AbstractRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
AbstractRouter() - 类 的构造器org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
AbstractRouterRule - org.apache.dubbo.rpc.cluster.router中的类
TODO Extract more code here if necessary
AbstractRouterRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
AbstractStateRouter<T> - org.apache.dubbo.rpc.cluster.router.state中的类
The abstract class of StateRoute.
AbstractStateRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
accept(URL, Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor
 
AdaptiveLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
AdaptiveLoadBalance
AdaptiveLoadBalance(ApplicationModel) - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.AdaptiveLoadBalance
 
add(E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
If the element to added is appeared in originList even if it is not in rootSet, directly set its index in rootSet to true.
add(E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
addAll(Collection<? extends E>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
addDisabledInvoker(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
addDisabledInvoker(Invoker<T>) - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
disable an invoker, remove from list next time will be removed when invoker is removed by address refresh notification using in service offline notification
addEnabledService(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
addIndex(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
addInvalidateInvoker(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
addInvalidateInvoker(Invoker<T>) - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
invalidate an invoker, add it into reconnect task, remove from list next time will be recovered by address refresh notification or reconnect success notification
addListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
addListener(String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
addListener(String, String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Register a configuration listener for a specified key The listener only works for service governance purpose, so the target group would always be the value user specifies at startup or 'dubbo' by default.
ADDRESS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ADDRESSES_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
AddressListener - org.apache.dubbo.registry中的接口
 
addRouters(List<Router>) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
addRouters(List<Router>) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
If we use route:// protocol in version before 2.7.0, each URL will generate a Router instance, so we should keep the routers up to date, that is, each time router URLs changes, we should update the routers list, only keep the builtinRouters which are available all the time and the latest notified routers which are generated from URLs.
addToTailList(E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
after(AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
已过时。
 
and(BitList<E>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
And operation between two bitList.
appendNode(RouterSnapshotNode<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
APPLICATIONS_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
AppStateRouter<T> - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Application level router, "application.condition-router"
AppStateRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.AppStateRouter
 
AppStateRouterFactory - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Application level router factory AppRouter should after ServiceRouter
AppStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.AppStateRouterFactory
 
ARGUMENTS - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
prefix of arguments router key
ArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ArrayMerger
 
ATTRIBUTE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
AvailableCluster - org.apache.dubbo.rpc.cluster.support中的类
AvailableCluster
AvailableCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.AvailableCluster
 
AvailableClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
AvailableClusterInvoker
AvailableClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.AvailableClusterInvoker
 

B

BALANCING_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
BaseRule - org.apache.dubbo.rpc.cluster.router.mesh.rule中的类
 
BaseRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
before(AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
已过时。
 
BitList<E> - org.apache.dubbo.rpc.cluster.router.state中的类
BitList based on BitMap implementation.
BitList(List<E>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BitList(List<E>, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BitList(List<E>, boolean, List<E>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BitList(List<E>, BitSet, List<E>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList
 
BitList.BitListIterator<E> - org.apache.dubbo.rpc.cluster.router.state中的类
 
BitListIterator(BitList<E>, int) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
BooleanArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
BooleanArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.BooleanArrayMerger
 
BoolMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
BoolMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
BroadcastCluster - org.apache.dubbo.rpc.cluster.support中的类
BroadcastCluster
BroadcastCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.BroadcastCluster
 
BroadcastClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
BroadcastClusterInvoker
BroadcastClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.BroadcastClusterInvoker
 
build(String, BitList<Invoker<T>>, Map<String, VsDestinationGroup>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
buildChain(Class<T>, URL) - 类 中的静态方法org.apache.dubbo.rpc.cluster.RouterChain
 
buildClusterInterceptorChain(ClusterInvoker<T>, String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.filter.InvocationInterceptorBuilder
 
buildClusterInvokerChain(ClusterInvoker<T>, String, String) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder
build consumer cluster filter chain
buildClusterInvokerChain(ClusterInvoker<T>, String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder
build consumer cluster filter chain
buildInvokerChain(Invoker<T>, String, String) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder
build consumer/provider filter chain
buildInvokerChain(Invoker<T>, String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder
build consumer/provider filter chain
buildRouterChain() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
buildRouterSnapshot(URL, BitList<Invoker<T>>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
Build each router's result
buildSingleChain(Class<T>, URL) - 类 中的静态方法org.apache.dubbo.rpc.cluster.RouterChain
 
buildSnapshot() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
buildSnapshot() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Build Router's Current State Snapshot for QoS
buildSnapshot() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
ByteArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ByteArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ByteArrayMerger
 

C

CacheableRouterFactory - org.apache.dubbo.rpc.cluster中的类
If you want to provide a router implementation based on design of v2.7.0, please extend from this abstract class.
CacheableRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.CacheableRouterFactory
 
CacheableStateRouterFactory - org.apache.dubbo.rpc.cluster.router.state中的类
If you want to provide a router implementation based on design of v2.7.0, please extend from this abstract class.
CacheableStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory
 
CallbackRegistrationInvoker(Invoker<T>, List<FILTER>) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker
 
CharArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
CharArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.CharArrayMerger
 
checkConnectivity() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
clear() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
Caution: This operation will clear originList for removing references purpose.
clearRule(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
clearRule(String) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleListener
 
clone() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
cloneSnapshot() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
cloneToArrayList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
Cluster - org.apache.dubbo.rpc.cluster中的接口
Cluster.
CLUSTER_AVAILABLE_CHECK_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
To decide whether to exclude unavailable invoker from the cluster
CLUSTER_STICKY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
To decide whether to enable sticky strategy for cluster
ClusterCallbackRegistrationInvoker(ClusterInvoker<T>, Invoker<T>, List<FILTER>) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker
 
ClusterFilter - org.apache.dubbo.rpc.cluster.filter中的接口
 
ClusterFilterChainNode(TYPE, Invoker<T>, FILTER) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
ClusterInterceptor - org.apache.dubbo.rpc.cluster.interceptor中的接口
已过时。
ClusterInterceptor.Listener - org.apache.dubbo.rpc.cluster.interceptor中的接口
已过时。
 
ClusterInvoker<T> - org.apache.dubbo.rpc.cluster中的接口
This is the final Invoker type referenced by the RPC proxy on Consumer side.
ClusterScopeModelInitializer - org.apache.dubbo.rpc.cluster中的类
 
ClusterScopeModelInitializer() - 类 的构造器org.apache.dubbo.rpc.cluster.ClusterScopeModelInitializer
 
ClusterUtils - org.apache.dubbo.rpc.cluster.support中的类
ClusterUtils
ClusterUtils() - 类 的构造器org.apache.dubbo.rpc.cluster.support.ClusterUtils
 
compareTo(Configurator) - 接口 中的方法org.apache.dubbo.rpc.cluster.Configurator
Sort by host, then by priority 1. the url with a specific host ip should have higher priority than 0.0.0.0 2. if two url has the same host, compare by priority value;
compareTo(Router) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
 
ConditionRouterRule - org.apache.dubbo.rpc.cluster.router.condition.config.model中的类
 
ConditionRouterRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
ConditionRuleParser - org.apache.dubbo.rpc.cluster.router.condition.config.model中的类
%YAML1.2 scope: application runtime: true force: false conditions: - > method!
ConditionRuleParser() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRuleParser
 
CONDITIONS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ConditionStateRouter<T> - org.apache.dubbo.rpc.cluster.router.condition中的类
ConditionRouter It supports the conditional routing configured by "override://", in 2.6.x, refer to https://dubbo.apache.org/en/docs/v2.7/user/examples/routing-rule/ .
ConditionStateRouter(URL, String, boolean, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouter
 
ConditionStateRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouter
 
ConditionStateRouterFactory - org.apache.dubbo.rpc.cluster.router.condition中的类
ConditionRouterFactory Load when "override://" is configured ConditionStateRouter
ConditionStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouterFactory
 
CONFIG_ITEM_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
CONFIG_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
CONFIG_VERSION_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
CONFIG_VERSION_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ConfigItem - org.apache.dubbo.rpc.cluster.configurator.parser.model中的类
 
ConfigItem() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
ConfigParser - org.apache.dubbo.rpc.cluster.configurator.parser中的类
Config parser
ConfigParser() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.parser.ConfigParser
 
CONFIGS_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
Configurator - org.apache.dubbo.rpc.cluster中的接口
Configurator.
ConfiguratorConfig - org.apache.dubbo.rpc.cluster.configurator.parser.model中的类
 
ConfiguratorConfig() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
ConfiguratorFactory - org.apache.dubbo.rpc.cluster中的接口
ConfiguratorFactory.
configure(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator
 
configure(URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.Configurator
Configure the provider url.
ConnectionPoolSettings - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
ConnectionPoolSettings() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.ConnectionPoolSettings
 
ConsistentHashLB - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance中的类
 
ConsistentHashLB() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.ConsistentHashLB
 
ConsistentHashLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
ConsistentHashLoadBalance
ConsistentHashLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
 
Constants - org.apache.dubbo.rpc.cluster中的接口
 
CONSUMER_URL_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ConsumerClassLoaderFilter - org.apache.dubbo.rpc.cluster.filter.support中的类
 
ConsumerClassLoaderFilter() - 类 的构造器org.apache.dubbo.rpc.cluster.filter.support.ConsumerClassLoaderFilter
 
ConsumerContextFilter - org.apache.dubbo.rpc.cluster.filter.support中的类
ConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port for consumer invoker.It does it to make the requires info available to execution thread's RpcContext.
ConsumerContextFilter(ApplicationModel) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
contains(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
containsRule() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
convert(URL, Object) - 接口 中的方法org.apache.dubbo.rpc.cluster.RuleConverter
 
CopyOfClusterFilterChainNode(TYPE, Invoker<T>, FILTER) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfClusterFilterChainNode
 
CopyOfFilterChainNode(TYPE, Invoker<T>, FILTER) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 

D

DEFAULT - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Cluster
 
DEFAULT_CLUSTER_AVAILABLE_CHECK - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The default value of cluster.availablecheck
DEFAULT_CLUSTER_STICKY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The default value of sticky
DEFAULT_FAILBACK_TASKS - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_FORKS - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_GROUP - 接口 中的静态变量org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
 
DEFAULT_PRIORITY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Router
 
DEFAULT_SCRIPT_TYPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_WARMUP - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DEFAULT_WEIGHT - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
DefaultFilterChainBuilder - org.apache.dubbo.rpc.cluster.filter中的类
 
DefaultFilterChainBuilder() - 类 的构造器org.apache.dubbo.rpc.cluster.filter.DefaultFilterChainBuilder
 
DefaultGovernanceRuleRepositoryImpl - org.apache.dubbo.rpc.cluster.governance中的类
 
DefaultGovernanceRuleRepositoryImpl(ModuleModel) - 类 的构造器org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
DefaultProviderURLMergeProcessor - org.apache.dubbo.rpc.cluster.support.merger中的类
 
DefaultProviderURLMergeProcessor() - 类 的构造器org.apache.dubbo.rpc.cluster.support.merger.DefaultProviderURLMergeProcessor
 
DESTINATION_RULE_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
DestinationRule - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
DestinationRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
DestinationRuleSpec - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
DestinationRuleSpec() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
destroy(URL, Directory) - 接口 中的方法org.apache.dubbo.registry.AddressListener
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
destroy() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
Directory<T> - org.apache.dubbo.rpc.cluster中的接口
Directory.
DISABLED_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
discordAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
discordAddresses() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
doConfigure(URL, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfigurator
 
doConfigure(URL, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfigurator
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.AvailableClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.BroadcastClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailsafeClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker
 
doInvoke(Invocation, List<Invoker<T>>, LoadBalance) - 类 中的方法org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareClusterInvoker
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.AvailableCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.BroadcastCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailbackCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailfastCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailoverCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.FailsafeCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ForkingCluster
 
doJoin(Directory<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableCluster
 
doRoute(BitList<Invoker<T>>, URL, Invocation, boolean, Holder<RouterSnapshotNode<T>>, Holder<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
 
doRoute(BitList<Invoker<T>>, URL, Invocation, boolean, Holder<RouterSnapshotNode<T>>, Holder<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
DoubleArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
DoubleArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.DoubleArrayMerger
 
DoubleMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DoubleMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
DoubleRangeMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DoubleRangeMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
DubboAttachmentMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DubboAttachmentMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
DubboDestination - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination中的类
 
DubboDestination() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
DubboMatchRequest - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
DubboMatchRequest() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
DubboMethodArg - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DubboMethodArg() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
DubboMethodMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
DubboMethodMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
DubboRoute - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
DubboRoute() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
DubboRouteDestination - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination中的类
 
DubboRouteDestination() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
DubboRouteDetail - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
DubboRouteDetail() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
DYNAMIC_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 

E

emptyCache() - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
emptyList() - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
ENABLED_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
ENABLED_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
ENABLED_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
equals(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
EXPORT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The key name for export URL in register center

F

FAIL_BACK_TASKS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
FailbackCluster - org.apache.dubbo.rpc.cluster.support中的类
FailbackCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailbackCluster
 
FailbackClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
When fails, record failure requests and schedule for retry on a regular interval.
FailbackClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailbackClusterInvoker
 
FailfastCluster - org.apache.dubbo.rpc.cluster.support中的类
FailfastCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailfastCluster
 
FailfastClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.
FailfastClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailfastClusterInvoker
 
FailoverCluster - org.apache.dubbo.rpc.cluster.support中的类
FailoverCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailoverCluster
 
FailoverClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked) Note that retry causes latency.
FailoverClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker
 
FailsafeCluster - org.apache.dubbo.rpc.cluster.support中的类
FailsafeCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailsafeCluster
 
FailsafeClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
When invoke fails, log the error message and ignore this error by returning an empty Result.
FailsafeClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.FailsafeClusterInvoker
 
FileStateRouterFactory - org.apache.dubbo.rpc.cluster.router.file中的类
 
FileStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.file.FileStateRouterFactory
 
FilterChainBuilder - org.apache.dubbo.rpc.cluster.filter中的接口
 
FilterChainBuilder.CallbackRegistrationInvoker<T,FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
 
FilterChainBuilder.ClusterCallbackRegistrationInvoker<T,FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
 
FilterChainBuilder.ClusterFilterChainNode<T,TYPE extends ClusterInvoker<T>,FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
Works on consumer side
FilterChainBuilder.CopyOfClusterFilterChainNode<T,TYPE extends ClusterInvoker<T>,FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
 
FilterChainBuilder.CopyOfFilterChainNode<T,TYPE extends Invoker<T>,FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
 
FilterChainBuilder.FilterChainNode<T,TYPE extends Invoker<T>,FILTER extends BaseFilter> - org.apache.dubbo.rpc.cluster.filter中的类
Works on provider side
FilterChainNode(TYPE, Invoker<T>, FILTER) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
FloatArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
FloatArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.FloatArrayMerger
 
FORCE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
ForkingCluster - org.apache.dubbo.rpc.cluster.support中的类
ForkingCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.ForkingCluster
 
ForkingClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
NOTICE!
ForkingClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.ForkingClusterInvoker
 

G

GENERAL_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
get(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
getAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
getAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getAddressToTagnames() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getAllInvokers() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
list invokers include all invokers from registry
getAllInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
getApiVersion() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
getApplications() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getAppList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
getAppName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
getAppRuleListeners() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
已过时。
getAppToVDGroup() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
getArgc() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getArgp() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getArgs() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getAttachments() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getBeforeSize() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getBool_value() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getByIndex(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
getChainOutputInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getChainOutputSize() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getCheckConnectivityPermit() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
已过时。
getCluster(ScopeModel, String) - 接口 中的静态方法org.apache.dubbo.rpc.cluster.Cluster
 
getCluster(ScopeModel, String, boolean) - 接口 中的静态方法org.apache.dubbo.rpc.cluster.Cluster
 
getCluster() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper
 
getConditions() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
getConfigs() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getConfigurator(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.absent.AbsentConfiguratorFactory
 
getConfigurator(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfiguratorFactory
 
getConfigurator(URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.ConfiguratorFactory
get the configurator instance.
getConfigVersion() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getConnectivityCheckFuture() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
已过时。
getConsistentHash() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getConsumerUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
getCurrentChain() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getDefaultPort() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
getDestination() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
getDestinationRuleList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
getDirectory() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfClusterFilterChainNode
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getDirectory() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getDisabledInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getDubbo() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
getDubboContext() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
getEmpty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getEnabled() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getEnabled() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getEnabledService() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
getEnd() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
getExact() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
getExact() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
getExact() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getFallback() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getGrouping() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterGroupingState
 
getHeaders() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getHeaders() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getHeadStateRouter() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getHeadStateRouter() - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
getHost() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
getHost() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getHosts() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
getIndex() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getInstance() - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
getInterface() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
get service type.
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getInvokerList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
已过时。
getInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getInvokersToReconnect() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getKey() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getKey() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getKind() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
getLabels() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
getListener() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshEnvListenerFactory
 
getListenerMap() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleDispatcher
已过时。
getLoadBalancer() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
getLock() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getLock() - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
getMatch() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
getMerger(Class<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.MergerFactory
Find the merger according to the returnType class, the merger will merge an array of returnType into one
getMeshRuleCache() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
已过时。
getMeshRuleDispatcher() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
已过时。
getMessage() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterResult
 
getMetadata() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
getMethod() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getMod() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
getName_match() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
getNextNode() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getNextRouter() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
getNodeOutputInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getNodeOutputSize() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getNoempty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getNum_value() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getOneof() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListBoolMatch
 
getOneof() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
getOneof() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
getOriginalInvoker() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker
 
getOriginalInvoker() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
getOriginalInvoker() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
getOriginList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
getParameters() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getParentNode() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getPort() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getPrefix() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
getPriority() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getPriority() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Router's priority, used to sort routers.
getProviderAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getRange() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
getRawRule() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getRegex() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
getRegistryUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfClusterFilterChainNode
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getRemoteAppName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
已过时。
getResult() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterResult
 
getRoute() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
getRoutedetail() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
getRouter(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.CacheableRouterFactory
 
getRouter(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.AppStateRouterFactory
 
getRouter(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.file.FileStateRouterFactory
 
getRouter(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.StandardMeshRuleRouterFactory
 
getRouter(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mock.MockStateRouterFactory
 
getRouter(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouterFactory
 
getRouter(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory
 
getRouter(Class<T>, URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouterFactory
Create state router.
getRouter(URL) - 接口 中的方法org.apache.dubbo.rpc.cluster.RouterFactory
Create router.
getRouterChain() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getRouterChain() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
getRouterMessage() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
getRouterName() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterGroupingState
 
getRouters() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getRouters() - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
getRule(String, String, long) - 类 中的方法org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
getRule(String, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Get the governance rule mapped to the given key and the given group
getRule(String, String, long) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Get the governance rule mapped to the given key and the given group.
getRuleRepository() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
getRuleRepository() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
getScope() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
getScope() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
getServers() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
getServices() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getServices() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
getSide() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getSimple() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
getSingleChain(URL, BitList<Invoker<T>>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
 
getSourceLabels() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
getSpec() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
getSpec() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
getStart() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
getStateRouters() - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
已过时。
getStateRouters() - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
已过时。
getStr_value() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getSubset() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
getSubsetInvokers(String, String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
getSubsets() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
getTagNames() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getTagnameToAddresses() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getTags() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
getTailList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
getTotal() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterGroupingState
 
getTotalSubsetMap() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
getTracingContext() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
getTrafficPolicy() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
getType() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
getType() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
getUnmatchedInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.AbstractConfigurator
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.Configurator
Get the configurator url.
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Get the router url.
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
getUrl() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Get the router url.
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
getUrl() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
getValidInvokers() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
getValue(Invocation, String) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.TracingContextProvider
Get value from context
getVirtualServiceRuleList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
getVsDestinationGroup(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
getWeight() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
GovernanceRuleRepository - org.apache.dubbo.rpc.cluster.governance中的接口
 

H

HASH_ARGUMENTS - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
Hash arguments name
HASH_NODES - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
Hash nodes name
hashCode() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleCache
 
hasMoreElementInTailList() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
hasNext() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
hasPrevious() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
hasProxyInvokers() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 

I

indexExist(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
indexOf(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
init(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouter
 
init() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
initializeApplicationModel(ApplicationModel) - 类 中的方法org.apache.dubbo.rpc.cluster.ClusterScopeModelInitializer
 
initializeFrameworkModel(FrameworkModel) - 类 中的方法org.apache.dubbo.rpc.cluster.ClusterScopeModelInitializer
 
initializeModuleModel(ModuleModel) - 类 中的方法org.apache.dubbo.rpc.cluster.ClusterScopeModelInitializer
 
initWithRouters(List<Router>) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
the resident routers must being initialized before address notification.
INSTANCE - 类 中的静态变量org.apache.dubbo.rpc.cluster.merger.ArrayMerger
 
IntArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
IntArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.IntArrayMerger
 
intercept(AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor
已过时。
Override this method or ClusterInterceptor.before(AbstractClusterInvoker, Invocation) and ClusterInterceptor.after(AbstractClusterInvoker, Invocation) methods to add your own logic expected to be executed before and after invoke.
INVALID_APP_NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
INVOCATION_NEED_MOCK - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
When this attribute appears in invocation's attachment, mock invoker will be used
InvocationInterceptorBuilder - org.apache.dubbo.rpc.cluster.filter中的接口
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerClassLoaderFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
invoke(Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotFilter
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CallbackRegistrationInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
isDestroyed() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
isDestroyed() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterCallbackRegistrationInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.ClusterFilterChainNode
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfClusterFilterChainNode
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
isDestroyed() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
isDynamic() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isEmpty() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isEmpty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
isEmpty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleDispatcher
 
isEmpty() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
isEnable() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshEnvListener
 
isEnable() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
isEnable(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
isEnabled() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
 
isForce() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
To decide whether this router should take effect when none of the invoker can match the router rule, which means the Router.route(List, URL, Invocation) would be empty.
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
isForce() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
To decide whether this router should take effect when none of the invoker can match the router rule, which means the StateRouter.route(BitList, URL, Invocation, boolean, Holder) would be empty.
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
isForce() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
isMatch(Invocation, Map<String, String>, Set<TracingContextProvider>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
isMatch(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
isMatch(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
isMatch(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
isMatch(Invocation, Set<TracingContextProvider>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
isMatch(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
isMatch(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
isMatch(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListBoolMatch
 
isMatch(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
isMatch(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
isMatch(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
isNeedContinueRoute() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterResult
 
isNotificationReceived() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouter
 
isRuntime() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
To decide whether this router need to execute every time an RPC comes or should only execute when addresses or rule change.
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
isRuntime() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
To decide whether this router need to execute every time an RPC comes or should only execute when addresses or rule change.
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
isRuntime() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
isServiceDiscovery() - 接口 中的方法org.apache.dubbo.rpc.cluster.ClusterInvoker
 
isServiceDiscovery() - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
 
isValid() - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
isValid() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
iterator() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 

J

join(Directory<T>, boolean) - 接口 中的方法org.apache.dubbo.rpc.cluster.Cluster
Merge the directory invokers to a virtual invoker.
join(Directory<T>, boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster
 
join(Directory<T>, boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper
 

K

KEY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
KIND_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 

L

lastIndexOf(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
LeastActiveLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
LeastActiveLoadBalance Filter the number of invokers with the least number of active calls and count the weights and quantities of these invokers.
LeastActiveLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance
 
list(Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
list(Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
list invokers.
ListBoolMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
ListBoolMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListBoolMatch
 
ListDoubleMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
ListDoubleMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
ListenableStateRouter<T> - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Abstract router which listens to dynamic configuration
ListenableStateRouter(URL, String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
 
listIterator() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
listIterator(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
ListMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ListMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ListMerger
 
ListStringMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
ListStringMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
LoadBalance - org.apache.dubbo.rpc.cluster中的接口
LoadBalance.
LoadBalancerSettings - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance中的类
 
LoadBalancerSettings() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
LongArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
LongArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.LongArrayMerger
 

M

MapMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
MapMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.MapMerger
 
matchArguments(Map.Entry<String, ConditionStateRouter.MatchPair>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouter
analysis the arguments in the rule.
merge(Object[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ArrayMerger
 
merge(boolean[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.BooleanArrayMerger
 
merge(byte[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ByteArrayMerger
 
merge(char[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.CharArrayMerger
 
merge(double[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.DoubleArrayMerger
 
merge(float[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.FloatArrayMerger
 
merge(int[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.IntArrayMerger
 
merge(List<?>...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ListMerger
 
merge(long[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.LongArrayMerger
 
merge(Map<?, ?>...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.MapMerger
 
merge(T...) - 接口 中的方法org.apache.dubbo.rpc.cluster.Merger
 
merge(Set<?>...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.SetMerger
 
merge(short[]...) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.ShortArrayMerger
 
MergeableCluster - org.apache.dubbo.rpc.cluster.support中的类
 
MergeableCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.MergeableCluster
 
MergeableClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support中的类
 
MergeableClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker
 
mergeLocalParams(Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor
 
mergeLocalParams(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ClusterUtils
 
Merger<T> - org.apache.dubbo.rpc.cluster中的接口
 
MergerFactory - org.apache.dubbo.rpc.cluster.merger中的类
 
MergerFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.MergerFactory
 
mergeUrl(URL, Map<String, String>) - 接口 中的方法org.apache.dubbo.rpc.cluster.ProviderURLMergeProcessor
Merging the URL parameters of provider and consumer
mergeUrl(URL, Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ClusterUtils
 
mergeUrl(URL, Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.support.merger.DefaultProviderURLMergeProcessor
 
MESH_RULE_DATA_ID_SUFFIX - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
MeshAppRuleListener - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshAppRuleListener(String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
MeshEnvListener - org.apache.dubbo.rpc.cluster.router.mesh.route中的接口
Mesh Rule Listener Such as Kubernetes, Service Mesh (xDS) environment support define rule in env
MeshEnvListenerFactory - org.apache.dubbo.rpc.cluster.router.mesh.route中的接口
 
MeshRuleCache<T> - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleConstants - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleConstants() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
MeshRuleDispatcher - org.apache.dubbo.rpc.cluster.router.mesh.util中的类
 
MeshRuleDispatcher(String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleDispatcher
 
MeshRuleListener - org.apache.dubbo.rpc.cluster.router.mesh.util中的接口
 
MeshRuleManager - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleManager(ModuleModel) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
MeshRuleRouter<T> - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
MeshRuleRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
METADATA_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
MOCK_PROTOCOL - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
MockClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support.wrapper中的类
 
MockClusterInvoker(Directory<T>, Invoker<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
MockClusterWrapper - org.apache.dubbo.rpc.cluster.support.wrapper中的类
mock impl
MockClusterWrapper(Cluster) - 类 的构造器org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterWrapper
 
MockInvokersSelector<T> - org.apache.dubbo.rpc.cluster.router.mock中的类
A specific Router designed to realize mock feature.
MockInvokersSelector(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mock.MockInvokersSelector
 
MockStateRouterFactory - org.apache.dubbo.rpc.cluster.router.mock中的类
 
MockStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mock.MockStateRouterFactory
 

N

NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.AdaptiveLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ConsistentHashLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.LeastActiveLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.loadbalance.ShortestResponseLoadBalance
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.ConditionStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.AppStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.AppStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.ServiceStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.condition.config.ServiceStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.file.FileStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mock.MockInvokersSelector
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mock.MockStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.tag.TagStateRouterFactory
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.AvailableCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailbackCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailfastCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailoverCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.FailsafeCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.ForkingCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.MergeableCluster
 
NAME - 类 中的静态变量org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster
 
NAME_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
NEED_REEXPORT - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
next() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
nextIndex() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
notify(List<URL>, URL, Directory) - 接口 中的方法org.apache.dubbo.registry.AddressListener
processing when receiving the address list
notify(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
notify(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
notify(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mock.MockInvokersSelector
 
notify(List<Invoker<T>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
Notify the router the invoker list.
notify(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
notify(BitList<Invoker<T>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Notify the router the invoker list.
notify(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
notify(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 

O

onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
onError(Throwable, AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.Listener
已过时。
 
onError(Throwable, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotFilter
 
onMessage(Result, AbstractClusterInvoker<?>, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.Listener
已过时。
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
 
onResponse(Result, Invoker<?>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotFilter
 
onRuleChange(String, List<Map<String, Object>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
onRuleChange(String, List<Map<String, Object>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleListener
 
onSubscribe(String, MeshAppRuleListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshEnvListener
 
onUnSubscribe(String) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshEnvListener
 
or(BitList<E>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
org.apache.dubbo.registry - 程序包 org.apache.dubbo.registry
 
org.apache.dubbo.rpc.cluster - 程序包 org.apache.dubbo.rpc.cluster
 
org.apache.dubbo.rpc.cluster.configurator - 程序包 org.apache.dubbo.rpc.cluster.configurator
 
org.apache.dubbo.rpc.cluster.configurator.absent - 程序包 org.apache.dubbo.rpc.cluster.configurator.absent
 
org.apache.dubbo.rpc.cluster.configurator.override - 程序包 org.apache.dubbo.rpc.cluster.configurator.override
 
org.apache.dubbo.rpc.cluster.configurator.parser - 程序包 org.apache.dubbo.rpc.cluster.configurator.parser
 
org.apache.dubbo.rpc.cluster.configurator.parser.model - 程序包 org.apache.dubbo.rpc.cluster.configurator.parser.model
 
org.apache.dubbo.rpc.cluster.directory - 程序包 org.apache.dubbo.rpc.cluster.directory
 
org.apache.dubbo.rpc.cluster.filter - 程序包 org.apache.dubbo.rpc.cluster.filter
 
org.apache.dubbo.rpc.cluster.filter.support - 程序包 org.apache.dubbo.rpc.cluster.filter.support
 
org.apache.dubbo.rpc.cluster.governance - 程序包 org.apache.dubbo.rpc.cluster.governance
 
org.apache.dubbo.rpc.cluster.interceptor - 程序包 org.apache.dubbo.rpc.cluster.interceptor
 
org.apache.dubbo.rpc.cluster.loadbalance - 程序包 org.apache.dubbo.rpc.cluster.loadbalance
 
org.apache.dubbo.rpc.cluster.merger - 程序包 org.apache.dubbo.rpc.cluster.merger
 
org.apache.dubbo.rpc.cluster.router - 程序包 org.apache.dubbo.rpc.cluster.router
 
org.apache.dubbo.rpc.cluster.router.condition - 程序包 org.apache.dubbo.rpc.cluster.router.condition
 
org.apache.dubbo.rpc.cluster.router.condition.config - 程序包 org.apache.dubbo.rpc.cluster.router.condition.config
 
org.apache.dubbo.rpc.cluster.router.condition.config.model - 程序包 org.apache.dubbo.rpc.cluster.router.condition.config.model
 
org.apache.dubbo.rpc.cluster.router.file - 程序包 org.apache.dubbo.rpc.cluster.router.file
 
org.apache.dubbo.rpc.cluster.router.mesh.route - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.route
 
org.apache.dubbo.rpc.cluster.router.mesh.rule - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.destination - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.destination
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination
 
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match
 
org.apache.dubbo.rpc.cluster.router.mesh.util - 程序包 org.apache.dubbo.rpc.cluster.router.mesh.util
 
org.apache.dubbo.rpc.cluster.router.mock - 程序包 org.apache.dubbo.rpc.cluster.router.mock
 
org.apache.dubbo.rpc.cluster.router.script - 程序包 org.apache.dubbo.rpc.cluster.router.script
 
org.apache.dubbo.rpc.cluster.router.state - 程序包 org.apache.dubbo.rpc.cluster.router.state
 
org.apache.dubbo.rpc.cluster.router.tag - 程序包 org.apache.dubbo.rpc.cluster.router.tag
 
org.apache.dubbo.rpc.cluster.router.tag.model - 程序包 org.apache.dubbo.rpc.cluster.router.tag.model
 
org.apache.dubbo.rpc.cluster.support - 程序包 org.apache.dubbo.rpc.cluster.support
 
org.apache.dubbo.rpc.cluster.support.merger - 程序包 org.apache.dubbo.rpc.cluster.support.merger
 
org.apache.dubbo.rpc.cluster.support.registry - 程序包 org.apache.dubbo.rpc.cluster.support.registry
 
org.apache.dubbo.rpc.cluster.support.wrapper - 程序包 org.apache.dubbo.rpc.cluster.support.wrapper
 
OVERRIDE_PROVIDERS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
OverrideConfigurator - org.apache.dubbo.rpc.cluster.configurator.override中的类
OverrideConfigurator
OverrideConfigurator(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfigurator
 
OverrideConfiguratorFactory - org.apache.dubbo.rpc.cluster.configurator.override中的类
OverrideConfiguratorFactory
OverrideConfiguratorFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.configurator.override.OverrideConfiguratorFactory
 

P

PARAMETERS_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
parse(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRuleParser
 
parse(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRuleParser
 
parseConfigurators(String) - 类 中的静态方法org.apache.dubbo.rpc.cluster.configurator.parser.ConfigParser
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
parseFromMap(Map<String, Object>) - 类 中的静态方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
PEER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
post(Map<String, List<Map<String, Object>>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleDispatcher
 
previous() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
previousIndex() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
PRIORITY_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
ProtocolFilterWrapper - org.apache.dubbo.rpc.cluster.filter中的类
ListenerProtocol
ProtocolFilterWrapper(Protocol) - 类 的构造器org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
PROVIDER_ADDRESSES_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
ProviderURLMergeProcessor - org.apache.dubbo.rpc.cluster中的接口
 

R

RandomLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
This class select one provider from multiple providers randomly.
RandomLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.RandomLoadBalance
 
randomSelectOne() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
RAW_RULE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
receiveConfigInfo(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
recoverDisabledInvoker(Invoker<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
recoverDisabledInvoker(Invoker<T>) - 接口 中的方法org.apache.dubbo.rpc.cluster.Directory
recover a disabled invoker
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper
 
REFER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The key name for reference URL in register center
refreshInvoker() - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
Refresh invokers from total invokers 1. all the invokers in need to reconnect list should be removed in the valid invokers list 2. all the invokers in disabled invokers list should be removed in the valid invokers list 3. all the invokers disappeared from total invokers should be removed in the need to reconnect list 4. all the invokers disappeared from total invokers should be removed in the disabled invokers list
register(MeshRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
register(String, MeshRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
register(MeshRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleDispatcher
 
remove() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
remove(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
If the element to added is appeared in originList, directly set its index in rootSet to false.
remove(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
removeEnabledService(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
removeListener(String, String, ConfigurationListener) - 类 中的方法org.apache.dubbo.rpc.cluster.governance.DefaultGovernanceRuleRepositoryImpl
 
removeListener(String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
removeListener(String, String, ConfigurationListener) - 接口 中的方法org.apache.dubbo.rpc.cluster.governance.GovernanceRuleRepository
Stops one listener from listening to value changes in the specified key.
RoundRobinLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
Round robin load balance.
RoundRobinLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.RoundRobinLoadBalance
 
route(List<Invoker<T>>, URL, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
已过时。
route(List<Invoker<T>>, URL, Invocation, boolean) - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
** This method can return the state of whether routerChain needed to continue route. ** Filter invokers with current routing rule and only return the invokers that comply with the rule.
route(BitList<Invoker<T>>, URL, Invocation, boolean, Holder<RouterSnapshotNode<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
route(BitList<Invoker<T>>, URL, Invocation, boolean, Holder<RouterSnapshotNode<T>>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Filter invokers with current routing rule and only return the invokers that comply with the rule.
route(BitList<Invoker<T>>, URL, Invocation, boolean, Holder<RouterSnapshotNode<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
route(URL, BitList<Invoker<T>>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
route(URL, BitList<Invoker<T>>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
routeAndPrint(URL, BitList<Invoker<T>>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
Router - org.apache.dubbo.rpc.cluster中的接口
Router.
ROUTER_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
key for router type, for e.g., "script"/"file", corresponding to ScriptRouterFactory.NAME, FileRouterFactory.NAME
ROUTER_TYPE_CLEAR - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
when ROUTER_KEY's value is set to ROUTER_TYPE_CLEAR, RegistryDirectory will clean all current routers
RouterChain<T> - org.apache.dubbo.rpc.cluster中的类
Router chain
RouterChain(SingleRouterChain<T>[]) - 类 的构造器org.apache.dubbo.rpc.cluster.RouterChain
 
RouterFactory - org.apache.dubbo.rpc.cluster中的接口
RouterFactory.
RouterGroupingState<T> - org.apache.dubbo.rpc.cluster.router.state中的类
 
RouterGroupingState(String, int, Map<String, BitList<Invoker<T>>>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.state.RouterGroupingState
 
RouterResult<T> - org.apache.dubbo.rpc.cluster.router中的类
 
RouterResult(List<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.RouterResult
 
RouterResult(List<T>, String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.RouterResult
 
RouterResult(boolean, List<T>, String) - 类 的构造器org.apache.dubbo.rpc.cluster.router.RouterResult
 
RouterSnapshotFilter - org.apache.dubbo.rpc.cluster.router中的类
 
RouterSnapshotFilter(FrameworkModel) - 类 的构造器org.apache.dubbo.rpc.cluster.router.RouterSnapshotFilter
 
RouterSnapshotNode<T> - org.apache.dubbo.rpc.cluster.router中的类
 
RouterSnapshotNode(String, List<Invoker<T>>) - 类 的构造器org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
RouterSnapshotSwitcher - org.apache.dubbo.rpc.cluster.router中的类
 
RouterSnapshotSwitcher() - 类 的构造器org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
RULE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
RuleConverter - org.apache.dubbo.rpc.cluster中的接口
 
ruleSuffix() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.StandardMeshRuleRouter
 
ruleSuffix() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleListener
 
RUNTIME_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 

S

SCOPE_APPLICATION - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
SCOPE_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
SCOPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
SCOPE_SERVICE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
ScriptStateRouter<T> - org.apache.dubbo.rpc.cluster.router.script中的类
ScriptRouter
ScriptStateRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouter
 
ScriptStateRouterFactory - org.apache.dubbo.rpc.cluster.router.script中的类
ScriptRouterFactory Example URLS used by Script Router Factory: script://registryAddress?
ScriptStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.script.ScriptStateRouterFactory
 
select(List<Invoker<T>>, URL, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.loadbalance.AbstractLoadBalance
 
select(List<Invoker<T>>, URL, Invocation) - 接口 中的方法org.apache.dubbo.rpc.cluster.LoadBalance
select one invoker in list.
SERVICES_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
ServiceStateRouter<T> - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Service level router, "server-unique-name.condition-router"
ServiceStateRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.ServiceStateRouter
 
ServiceStateRouterFactory - org.apache.dubbo.rpc.cluster.router.condition.config中的类
Service level router factory ServiceRouter should before AppRouter
ServiceStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.config.ServiceStateRouterFactory
 
set(E) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList.BitListIterator
 
setAddresses(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setAddresses(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
setApiVersion(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
setApplication(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
setApplicationModel(ApplicationModel) - 类 中的方法org.apache.dubbo.rpc.cluster.loadbalance.ShortestResponseLoadBalance
 
setApplicationModel(ApplicationModel) - 类 中的方法org.apache.dubbo.rpc.cluster.support.ClusterUtils
 
setApplications(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setAppName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
setArgc(Integer) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setArgp(List<StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setArgs(List<DubboMethodArg>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setAttachments(DubboAttachmentMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setBool_value(BoolMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setChainOutputInvokers(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
setConditions(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.model.ConditionRouterRule
 
setConfigs(List<ConfigItem>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setConfigVersion(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setConsistentHash(ConsistentHashLB) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
setConsumerUrl(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
setDestination(DubboDestination) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
setDestinationRuleList(List<DestinationRule>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
setDubbo(List<DubboRoute>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
setDubboContext(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
setDynamic(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setEmpty(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setEnabled(Boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setEnabled(Boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setEnabled(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setEnd(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
setExact(Boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.BoolMatch
 
setExact(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
setExact(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setFallback(DubboRouteDestination) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setForce(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
setForce(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setForce(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
setHeaders(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setHeaders(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setHeadStateRouter(StateRouter<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
已过时。
setHost(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
setHost(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setHosts(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
setIndex(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setInvokers(BitList<Invoker<T>>, Runnable) - 类 中的方法org.apache.dubbo.rpc.cluster.RouterChain
Notify router chain of the initial addresses from registry at the first time.
setInvokers(BitList<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
Notify router chain of the initial addresses from registry at the first time.
setKey(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setKey(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setKind(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
setLabels(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
setLoadBalancer(LoadBalancerSettings) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
setMatch(List<DubboMatchRequest>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
SetMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
SetMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.SetMerger
 
setMetadata(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
setMethod(DubboMethodMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setMod(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
setName(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
setName_match(StringMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
setNextRouter(StateRouter<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
Next Router node state is maintained by AbstractStateRouter and this method is not allow to override.
setNextRouter(StateRouter<T>) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
Notify next router node to current router.
setNextRouter(StateRouter<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.TailStateRouter
 
setNodeOutputInvokers(List<Invoker<T>>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
setNoempty(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setNum_value(ListDoubleMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setOneof(List<BoolMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListBoolMatch
 
setOneof(List<DoubleMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListDoubleMatch
 
setOneof(List<StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.ListStringMatch
 
setParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setPort(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setPrefix(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setPriority(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
setPriority(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setProviderAddresses(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setRange(DoubleRangeMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleMatch
 
setRawRule(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setRegex(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
setRoute(List<DubboRouteDestination>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
setRoutedetail(List<DubboRouteDetail>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
setRouterChain(RouterChain<T>) - 类 中的方法org.apache.dubbo.rpc.cluster.directory.AbstractDirectory
 
setRouterFactory(StateRouterFactory) - 类 中的方法org.apache.dubbo.rpc.cluster.router.file.FileStateRouterFactory
 
setRouterMessage(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
setRuntime(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setScope(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfiguratorConfig
 
setScope(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setScopeModel(ScopeModel) - 类 中的方法org.apache.dubbo.rpc.cluster.merger.MergerFactory
 
setServices(List<String>) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setServices(List<StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
setSide(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setSimple(SimpleLB) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
setSnapshot(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotSwitcher
 
setSourceLabels(Map<String, String>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
setSpec(DestinationRuleSpec) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
setSpec(VirtualServiceSpec) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
setStart(Double) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DoubleRangeMatch
 
setStr_value(ListStringMatch) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setSubset(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboDestination
 
setSubsets(List<Subset>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
setTags(List<Tag>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
setTracingContext(Map<String, StringMatch>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboAttachmentMatch
 
setTrafficPolicy(TrafficPolicy) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
setType(String) - 类 中的方法org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
setType(String) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
setUrl(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouter
 
setUrl(URL) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.AbstractStateRouter
 
setValid(boolean) - 类 中的方法org.apache.dubbo.rpc.cluster.router.AbstractRouterRule
 
setVirtualServiceRuleList(List<VirtualServiceRule>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 
setWeight(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.destination.DubboRouteDestination
 
ShortArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
 
ShortArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.ShortArrayMerger
 
SHORTEST_RESPONSE_SLIDE_PERIOD - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
The key of shortestResponseSlidePeriod
ShortestResponseLoadBalance - org.apache.dubbo.rpc.cluster.loadbalance中的类
ShortestResponseLoadBalance Filter the number of invokers with the shortest response time of success calls and count the weights and quantities of these invokers in last slide window.
ShortestResponseLoadBalance() - 类 的构造器org.apache.dubbo.rpc.cluster.loadbalance.ShortestResponseLoadBalance
 
SHOULD_FAIL_FAST_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
SIDE_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 
SimpleLB - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance中的枚举
 
simpleRoute(URL, BitList<Invoker<T>>, Invocation) - 类 中的方法org.apache.dubbo.rpc.cluster.SingleRouterChain
 
SingleRouterChain<T> - org.apache.dubbo.rpc.cluster中的类
Router chain
SingleRouterChain(List<Router>, List<StateRouter<T>>, boolean, RouterSnapshotSwitcher) - 类 的构造器org.apache.dubbo.rpc.cluster.SingleRouterChain
 
size() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
STANDARD_ROUTER_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
StandardMeshRuleRouter<T> - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
StandardMeshRuleRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.StandardMeshRuleRouter
 
StandardMeshRuleRouterFactory - org.apache.dubbo.rpc.cluster.router.mesh.route中的类
 
StandardMeshRuleRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.route.StandardMeshRuleRouterFactory
 
StateRouter<T> - org.apache.dubbo.rpc.cluster.router.state中的接口
State Router.
StateRouterFactory - org.apache.dubbo.rpc.cluster.router.state中的接口
 
StaticDirectory<T> - org.apache.dubbo.rpc.cluster.directory中的类
StaticDirectory
StaticDirectory(List<Invoker<T>>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
StaticDirectory(List<Invoker<T>>, RouterChain<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
StaticDirectory(URL, List<Invoker<T>>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
StaticDirectory(URL, List<Invoker<T>>, RouterChain<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.directory.StaticDirectory
 
stop() - 类 中的方法org.apache.dubbo.rpc.cluster.router.condition.config.ListenableStateRouter
 
stop() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleRouter
 
stop() - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
 
stop() - 接口 中的方法org.apache.dubbo.rpc.cluster.Router
 
stop() - 类 中的方法org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
StringMatch - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match中的类
 
StringMatch() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
subList(int, int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
Subset - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
Subset() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 

T

Tag - org.apache.dubbo.rpc.cluster.router.tag.model中的类
 
Tag() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.model.Tag
 
TagRouterRule - org.apache.dubbo.rpc.cluster.router.tag.model中的类
%YAML1.2 --- force: true runtime: false enabled: true priority: 1 key: demo-provider tags: - name: tag1 addresses: [ip1, ip2] - name: tag2 addresses: [ip3, ip4] ...
TagRouterRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule
 
TagRuleParser - org.apache.dubbo.rpc.cluster.router.tag.model中的类
 
TagRuleParser() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.model.TagRuleParser
 
TAGS_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
TagStateRouter<T> - org.apache.dubbo.rpc.cluster.router.tag中的类
TagRouter, "application.tag-router"
TagStateRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagStateRouter
 
TagStateRouterFactory - org.apache.dubbo.rpc.cluster.router.tag中的类
Tag router factory
TagStateRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.tag.TagStateRouterFactory
 
TailStateRouter<T> - org.apache.dubbo.rpc.cluster.router.state中的类
 
TcpKeepalive - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
TcpKeepalive() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TcpKeepalive
 
TCPSettings - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
TCPSettings() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TCPSettings
 
toConfigurators(List<URL>) - 接口 中的静态方法org.apache.dubbo.rpc.cluster.Configurator
Convert override urls to map for use when re-refer.
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.CopyOfFilterChainNode
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder.FilterChainNode
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.BaseRule
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRule
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.DestinationRuleSpec
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.LoadBalancerSettings
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.Subset
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboMatchRequest
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRoute
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.DubboRouteDetail
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodMatch
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.StringMatch
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
toString(int) - 类 中的方法org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.RouterGroupingState
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
 
toString() - 类 中的方法org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker
 
totalSetSize() - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
 
TracingContextProvider - org.apache.dubbo.rpc.cluster.router.mesh.util中的接口
SPI to get tracing context from 3rd-party tracing utils ( e.g.
TrafficPolicy - org.apache.dubbo.rpc.cluster.router.mesh.rule.destination中的类
 
TrafficPolicy() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.TrafficPolicy
 
TYPE_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 

U

unregister(MeshRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshAppRuleListener
 
unregister(String, MeshRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleManager
 
unregister(MeshRuleListener) - 类 中的方法org.apache.dubbo.rpc.cluster.router.mesh.util.MeshRuleDispatcher
 

V

VALID_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.dubbo.rpc.cluster.router.mesh.rule.destination.loadbalance.SimpleLB
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VIRTUAL_SERVICE_KEY - 类 中的静态变量org.apache.dubbo.rpc.cluster.router.mesh.route.MeshRuleConstants
 
VirtualServiceRule - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
VirtualServiceRule() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceRule
 
VirtualServiceSpec - org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice中的类
 
VirtualServiceSpec() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.VirtualServiceSpec
 
VsDestinationGroup - org.apache.dubbo.rpc.cluster.router.mesh.rule中的类
 
VsDestinationGroup() - 类 的构造器org.apache.dubbo.rpc.cluster.router.mesh.rule.VsDestinationGroup
 

W

WARMUP_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
WEIGHT_KEY - 接口 中的静态变量org.apache.dubbo.rpc.cluster.Constants
 
WEIGHT_TYPE - 类 中的静态变量org.apache.dubbo.rpc.cluster.configurator.parser.model.ConfigItem
 

Z

ZoneAwareCluster - org.apache.dubbo.rpc.cluster.support.registry中的类
 
ZoneAwareCluster() - 类 的构造器org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster
 
ZoneAwareClusterInvoker<T> - org.apache.dubbo.rpc.cluster.support.registry中的类
When there are more than one registry for subscription.
ZoneAwareClusterInvoker(Directory<T>) - 类 的构造器org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareClusterInvoker
 
A B C D E F G H I J K L M N O P R S T U V W Z 
跳过导航链接

Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.