类的使用
org.apache.dubbo.rpc.cluster.RouterChain
-
使用RouterChain的程序包 程序包 说明 org.apache.dubbo.rpc.cluster org.apache.dubbo.rpc.cluster.directory org.apache.dubbo.rpc.cluster.router.state org.apache.dubbo.rpc.cluster.router.tag -
-
org.apache.dubbo.rpc.cluster中RouterChain的使用
返回RouterChain的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 static <T> RouterChain<T>RouterChain. buildChain(org.apache.dubbo.common.URL url)RouterChain<T>Directory. getRouterChain() -
org.apache.dubbo.rpc.cluster.directory中RouterChain的使用
返回RouterChain的org.apache.dubbo.rpc.cluster.directory中的方法 修饰符和类型 方法 说明 RouterChain<T>AbstractDirectory. getRouterChain()参数类型为RouterChain的org.apache.dubbo.rpc.cluster.directory中的方法 修饰符和类型 方法 说明 voidAbstractDirectory. setRouterChain(RouterChain<T> routerChain)参数类型为RouterChain的org.apache.dubbo.rpc.cluster.directory中的构造器 构造器 说明 AbstractDirectory(org.apache.dubbo.common.URL url, RouterChain<T> routerChain, boolean isUrlFromRegistry)StaticDirectory(List<Invoker<T>> invokers, RouterChain<T> routerChain)StaticDirectory(org.apache.dubbo.common.URL url, List<Invoker<T>> invokers, RouterChain<T> routerChain) -
org.apache.dubbo.rpc.cluster.router.state中RouterChain的使用
参数类型为RouterChain的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.参数类型为RouterChain的org.apache.dubbo.rpc.cluster.router.state中的构造器 构造器 说明 AbstractStateRouter(org.apache.dubbo.common.URL url, RouterChain chain) -
org.apache.dubbo.rpc.cluster.router.tag中RouterChain的使用
参数类型为RouterChain的org.apache.dubbo.rpc.cluster.router.tag中的构造器 构造器 说明 TagDynamicStateRouter(org.apache.dubbo.common.URL url, RouterChain chain)TagStaticStateRouter(org.apache.dubbo.common.URL url, RouterChain chain)
-