接口的使用
org.apache.dubbo.rpc.cluster.router.state.StateRouter
-
-
org.apache.dubbo.rpc.cluster中StateRouter的使用
返回StateRouter的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 StateRouter<T>RouterChain. getHeadStateRouter()返回变量类型为StateRouter的类型的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 List<StateRouter<T>>RouterChain. getStateRouters()已过时。参数类型为StateRouter的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 voidRouterChain. setHeadStateRouter(StateRouter<T> headStateRouter)已过时。 -
org.apache.dubbo.rpc.cluster.router.condition中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.condition中的类 修饰符和类型 类 说明 classConditionStateRouter<T>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/ . -
org.apache.dubbo.rpc.cluster.router.condition.config中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.condition.config中的类 修饰符和类型 类 说明 classAppStateRouter<T>Application level router, "application.condition-router"classListenableStateRouter<T>Abstract router which listens to dynamic configurationclassServiceStateRouter<T>Service level router, "server-unique-name.condition-router"返回StateRouter的org.apache.dubbo.rpc.cluster.router.condition.config中的方法 修饰符和类型 方法 说明 <T> StateRouter<T>AppStateRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url) -
org.apache.dubbo.rpc.cluster.router.file中StateRouter的使用
返回StateRouter的org.apache.dubbo.rpc.cluster.router.file中的方法 修饰符和类型 方法 说明 <T> StateRouter<T>FileStateRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url) -
org.apache.dubbo.rpc.cluster.router.mesh.route中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.mesh.route中的类 修饰符和类型 类 说明 classMeshRuleRouter<T>classStandardMeshRuleRouter<T>返回StateRouter的org.apache.dubbo.rpc.cluster.router.mesh.route中的方法 修饰符和类型 方法 说明 <T> StateRouter<T>StandardMeshRuleRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url) -
org.apache.dubbo.rpc.cluster.router.mock中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.mock中的类 修饰符和类型 类 说明 classMockInvokersSelector<T>A specific Router designed to realize mock feature.返回StateRouter的org.apache.dubbo.rpc.cluster.router.mock中的方法 修饰符和类型 方法 说明 <T> StateRouter<T>MockStateRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url) -
org.apache.dubbo.rpc.cluster.router.script中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.script中的类 修饰符和类型 类 说明 classScriptStateRouter<T>ScriptRouter返回StateRouter的org.apache.dubbo.rpc.cluster.router.script中的方法 修饰符和类型 方法 说明 <T> StateRouter<T>ScriptStateRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url) -
org.apache.dubbo.rpc.cluster.router.state中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.state中的类 修饰符和类型 类 说明 classAbstractStateRouter<T>The abstract class of StateRoute.classTailStateRouter<T>返回StateRouter的org.apache.dubbo.rpc.cluster.router.state中的方法 修饰符和类型 方法 说明 StateRouter<T>AbstractStateRouter. getNextRouter()<T> StateRouter<T>CacheableStateRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url)<T> StateRouter<T>StateRouterFactory. getRouter(Class<T> interfaceClass, org.apache.dubbo.common.URL url)Create state router.参数类型为StateRouter的org.apache.dubbo.rpc.cluster.router.state中的方法 修饰符和类型 方法 说明 voidAbstractStateRouter. setNextRouter(StateRouter<T> nextRouter)Next Router node state is maintained by AbstractStateRouter and this method is not allow to override.voidStateRouter. setNextRouter(StateRouter<T> nextRouter)Notify next router node to current router.voidTailStateRouter. setNextRouter(StateRouter<T> nextRouter) -
org.apache.dubbo.rpc.cluster.router.tag中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.tag中的类 修饰符和类型 类 说明 classTagStateRouter<T>TagRouter, "application.tag-router"
-