类的使用
com.alibaba.dubbo.common.URL
-
-
com.alibaba.dubbo.common中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.common中的方法 修饰符和类型 方法 说明 List<URL>URL. getBackupUrls()参数类型为URL的com.alibaba.dubbo.common中的方法 修饰符和类型 方法 说明 voidResetable. reset(URL url)reset. -
com.alibaba.dubbo.common.extension中URL的使用
参数类型为URL的com.alibaba.dubbo.common.extension中的方法 修饰符和类型 方法 说明 List<T>ExtensionLoader. getActivateExtension(URL url, String key)This is equivalent togetActivateExtension(url, key, null)List<T>ExtensionLoader. getActivateExtension(URL url, String[] values)This is equivalent togetActivateExtension(url, values, null)List<T>ExtensionLoader. getActivateExtension(URL url, String[] values, String group)Get activate extensions.List<T>ExtensionLoader. getActivateExtension(URL url, String key, String group)This is equivalent togetActivateExtension(url, url.getParameter(key).split(","), null) -
com.alibaba.dubbo.common.threadpool中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool中的方法 修饰符和类型 方法 说明 ExecutorThreadPool. getExecutor(URL url)Thread pool -
com.alibaba.dubbo.common.threadpool.support中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support中的构造器 构造器 说明 AbortPolicyWithReport(String threadName, URL url) -
com.alibaba.dubbo.common.threadpool.support.cached中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.cached中的方法 修饰符和类型 方法 说明 ExecutorCachedThreadPool. getExecutor(URL url) -
com.alibaba.dubbo.common.threadpool.support.eager中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.eager中的方法 修饰符和类型 方法 说明 ExecutorEagerThreadPool. getExecutor(URL url) -
com.alibaba.dubbo.common.threadpool.support.fixed中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.fixed中的方法 修饰符和类型 方法 说明 ExecutorFixedThreadPool. getExecutor(URL url) -
com.alibaba.dubbo.common.threadpool.support.limited中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool.support.limited中的方法 修饰符和类型 方法 说明 ExecutorLimitedThreadPool. getExecutor(URL url) -
com.alibaba.dubbo.common.utils中URL的使用
返回URL的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static URLUrlUtils. getEmptyUrl(String service, String category)static URLUrlUtils. parseURL(String address, Map<String,String> defaults)static URLExecutorUtil. setThreadName(URL url, String defaultName)append thread name with url address返回变量类型为URL的类型的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static List<URL>UrlUtils. parseURLs(String address, Map<String,String> defaults)参数类型为URL的com.alibaba.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static booleanUrlUtils. isMatch(URL consumerUrl, URL providerUrl)static booleanUrlUtils. isMatchGlobPattern(String pattern, String value, URL param)static booleanUrlUtils. isServiceKeyMatch(URL pattern, URL value)static URLExecutorUtil. setThreadName(URL url, String defaultName)append thread name with url address类型变量类型为URL的com.alibaba.dubbo.common.utils中的方法参数 修饰符和类型 方法 说明 static List<String>UrlUtils. revertForbid(List<String> forbid, Set<URL> subscribed)
-