- 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
-
- CharArrayMerger - org.apache.dubbo.rpc.cluster.merger中的类
-
- CharArrayMerger() - 类 的构造器org.apache.dubbo.rpc.cluster.merger.CharArrayMerger
-
- clear() - 类 中的方法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
- 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.
- 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
-
- compareTo(StateRouter) - 接口 中的方法org.apache.dubbo.rpc.cluster.router.state.StateRouter
-
- ConditionRouter - 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/ .
- ConditionRouter(String, boolean, boolean) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
-
- ConditionRouter(URL) - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionRouter
-
- ConditionRouterFactory - org.apache.dubbo.rpc.cluster.router.condition中的类
-
ConditionRouterFactory
Load when "override://" is configured
ConditionRouter
- ConditionRouterFactory() - 类 的构造器org.apache.dubbo.rpc.cluster.router.condition.ConditionRouterFactory
-
- 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
-
- 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
-
- 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
-
- 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() - 类 的构造器org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
-
- contains(Object) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
-
- containsAll(Collection<?>) - 类 中的方法org.apache.dubbo.rpc.cluster.router.state.BitList
-
- convert(URL, Object) - 接口 中的方法org.apache.dubbo.rpc.cluster.RuleConverter
-