接口的使用
org.apache.dubbo.rpc.cluster.router.state.StateRouter
-
使用StateRouter的程序包 程序包 说明 org.apache.dubbo.rpc.cluster org.apache.dubbo.rpc.cluster.router.state org.apache.dubbo.rpc.cluster.router.tag -
-
org.apache.dubbo.rpc.cluster中StateRouter的使用
类型变量类型为StateRouter的org.apache.dubbo.rpc.cluster中的方法参数 修饰符和类型 方法 说明 voidRouterChain. addStateRouters(List<StateRouter> stateRouters)voidRouterChain. initWithStateRouters(List<StateRouter> builtinRouters) -
org.apache.dubbo.rpc.cluster.router.state中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.state中的类 修饰符和类型 类 说明 classAbstractStateRouterThe abstract class of StateRoute.返回StateRouter的org.apache.dubbo.rpc.cluster.router.state中的方法 修饰符和类型 方法 说明 StateRouterCacheableStateRouterFactory. getRouter(org.apache.dubbo.common.URL url, RouterChain chain)<T> StateRouterStateRouterFactory. getRouter(org.apache.dubbo.common.URL url, RouterChain<T> chain)Create state router.参数类型为StateRouter的org.apache.dubbo.rpc.cluster.router.state中的方法 修饰符和类型 方法 说明 default intStateRouter. compareTo(StateRouter o) -
org.apache.dubbo.rpc.cluster.router.tag中StateRouter的使用
实现StateRouter的org.apache.dubbo.rpc.cluster.router.tag中的类 修饰符和类型 类 说明 classTagDynamicStateRouterTagDynamicStateRouter, "application.tag-router"classTagStaticStateRouterTagStaticStateRouter, "application.tag-router"
-