类的使用
org.apache.dubbo.common.URL
-
-
com.alibaba.dubbo.cache.support中URL的使用
参数类型为URL的com.alibaba.dubbo.cache.support中的方法 修饰符和类型 方法 说明 CacheAbstractCacheFactory. getCache(URL url, Invocation invocation)已过时。 -
com.alibaba.dubbo.common中URL的使用
com.alibaba.dubbo.common中URL的子类 修饰符和类型 类 说明 classURL已过时。返回URL的com.alibaba.dubbo.common中的方法 修饰符和类型 方法 说明 URLURL. getOriginalURL()已过时。参数类型为URL的com.alibaba.dubbo.common中的构造器 构造器 说明 URL(URL url)已过时。 -
com.alibaba.dubbo.common.serialize中URL的使用
参数类型为URL的com.alibaba.dubbo.common.serialize中的方法 修饰符和类型 方法 说明 default ObjectInputSerialization. deserialize(URL url, InputStream input)已过时。default ObjectOutputSerialization. serialize(URL url, OutputStream output)已过时。 -
com.alibaba.dubbo.common.threadpool中URL的使用
参数类型为URL的com.alibaba.dubbo.common.threadpool中的方法 修饰符和类型 方法 说明 default ExecutorThreadPool. getExecutor(URL url)已过时。 -
com.alibaba.dubbo.monitor中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 default List<URL>Monitor. lookup(URL query)已过时。参数类型为URL的com.alibaba.dubbo.monitor中的方法 修饰符和类型 方法 说明 default voidMonitor. collect(URL statistics)已过时。default MonitorMonitorFactory. getMonitor(URL url)已过时。default List<URL>Monitor. lookup(URL query)已过时。 -
com.alibaba.dubbo.registry中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 default List<URL>Registry. lookup(URL url)已过时。参数类型为URL的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 default RegistryRegistryFactory. getRegistry(URL url)已过时。default List<URL>Registry. lookup(URL url)已过时。default voidRegistry. register(URL url)已过时。default voidRegistry. subscribe(URL url, NotifyListener listener)已过时。default voidRegistry. unregister(URL url)已过时。default voidRegistry. unsubscribe(URL url, NotifyListener listener)已过时。类型变量类型为URL的com.alibaba.dubbo.registry中的方法参数 修饰符和类型 方法 说明 voidNotifyListener.ReverseCompatibleNotifyListener. notify(List<URL> urls) -
com.alibaba.dubbo.registry.support中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 List<URL>FailbackRegistry. lookup(URL url)已过时。参数类型为URL的com.alibaba.dubbo.registry.support中的方法 修饰符和类型 方法 说明 List<URL>FailbackRegistry. lookup(URL url)已过时。voidAbstractRegistry. register(URL url)已过时。voidFailbackRegistry. register(URL url)已过时。voidAbstractRegistry. subscribe(URL url, NotifyListener listener)已过时。voidFailbackRegistry. subscribe(URL url, NotifyListener listener)已过时。voidAbstractRegistry. unregister(URL url)已过时。voidFailbackRegistry. unregister(URL url)已过时。voidAbstractRegistry. unsubscribe(URL url, NotifyListener listener)已过时。voidFailbackRegistry. unsubscribe(URL url, NotifyListener listener)已过时。 -
com.alibaba.dubbo.remoting中URL的使用
参数类型为URL的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 default RemotingServerTransporter. bind(URL url, ChannelHandler handler)已过时。default ChannelHandlerDispatcher. dispatch(ChannelHandler handler, URL url)已过时。 -
com.alibaba.dubbo.rpc中URL的使用
参数类型为URL的com.alibaba.dubbo.rpc中的方法 修饰符和类型 方法 说明 default <T> Invoker<T>ProxyFactory. getInvoker(T proxy, Class<T> type, URL url)已过时。default <T> Invoker<T>Protocol. refer(Class<T> aClass, URL url)已过时。 -
com.alibaba.dubbo.rpc.cluster中URL的使用
返回变量类型为URL的类型的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 default List<URL>RuleConverter. convert(URL subscribeUrl, Object source)已过时。参数类型为URL的com.alibaba.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 default List<URL>RuleConverter. convert(URL subscribeUrl, Object source)已过时。default RouterRouterFactory. getRouter(URL url)已过时。default <T> List<Invoker<T>>Router. route(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。default <T> Invoker<T>LoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation)已过时。 -
org.apache.dubbo.auth中URL的使用
参数类型为URL的org.apache.dubbo.auth中的方法 修饰符和类型 方法 说明 voidAccessKeyAuthenticator. authenticate(Invocation invocation, URL url)AccessKeyPairDefaultAccessKeyStorage. getAccessKey(URL url, Invocation invocation)voidAccessKeyAuthenticator. sign(Invocation invocation, URL url) -
org.apache.dubbo.auth.spi中URL的使用
参数类型为URL的org.apache.dubbo.auth.spi中的方法 修饰符和类型 方法 说明 voidAuthenticator. authenticate(Invocation invocation, URL url)verify the signature of the request is valid or notAccessKeyPairAccessKeyStorage. getAccessKey(URL url, Invocation invocation)get AccessKeyPair of this requestvoidAuthenticator. sign(Invocation invocation, URL url)give a sign to request -
org.apache.dubbo.cache中URL的使用
参数类型为URL的org.apache.dubbo.cache中的方法 修饰符和类型 方法 说明 CacheCacheFactory. getCache(URL url, Invocation invocation)CacheFactory implementation class needs to implement this return underlying cache instance for method against url and invocation. -
org.apache.dubbo.cache.support中URL的使用
参数类型为URL的org.apache.dubbo.cache.support中的方法 修饰符和类型 方法 说明 CacheAbstractCacheFactory. getCache(URL url, Invocation invocation)Takes URL and invocation instance and return cache instance for a given url. -
org.apache.dubbo.cache.support.expiring中URL的使用
参数类型为URL的org.apache.dubbo.cache.support.expiring中的构造器 构造器 说明 ExpiringCache(URL url) -
org.apache.dubbo.cache.support.jcache中URL的使用
参数类型为URL的org.apache.dubbo.cache.support.jcache中的构造器 构造器 说明 JCache(URL url) -
org.apache.dubbo.cache.support.lfu中URL的使用
参数类型为URL的org.apache.dubbo.cache.support.lfu中的构造器 构造器 说明 LfuCache(URL url)Initialize LfuCache, it uses constructor argument cache.size value as its storage max size. -
org.apache.dubbo.cache.support.lru中URL的使用
参数类型为URL的org.apache.dubbo.cache.support.lru中的构造器 构造器 说明 LruCache(URL url)Initialize LruCache, it uses constructor argument cache.size value as its storage max size. -
org.apache.dubbo.cache.support.threadlocal中URL的使用
参数类型为URL的org.apache.dubbo.cache.support.threadlocal中的构造器 构造器 说明 ThreadLocalCache(URL url)Taken URL as an argument to create an instance of ThreadLocalCache. -
org.apache.dubbo.common中URL的使用
org.apache.dubbo.common中URL的子类 修饰符和类型 类 说明 classURLBuilder返回URL的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 URLURL. addAttributes(Map<String,Object> attributes)URLURL. addParameter(String key, boolean value)URLURL. addParameter(String key, byte value)URLURL. addParameter(String key, char value)URLURL. addParameter(String key, double value)URLURL. addParameter(String key, float value)URLURL. addParameter(String key, int value)URLURL. addParameter(String key, long value)URLURL. addParameter(String key, short value)URLURL. addParameter(String key, CharSequence value)URLURL. addParameter(String key, Enum<?> value)URLURL. addParameter(String key, Number value)URLURL. addParameter(String key, String value)URLURL. addParameterAndEncoded(String key, String value)URLURL. addParameterIfAbsent(String key, String value)URLURL. addParameters(String... pairs)URLURL. addParameters(Map<String,String> parameters)Add parameters to a new url.URLURL. addParametersIfAbsent(Map<String,String> parameters)URLURL. addParameterString(String query)static URLURL. cacheableValueOf(String url)URLURL. clearParameters()URLNode. getUrl()get url.URLURL. getUrlParameter(String key)static URLURLStrParser. parseDecodedStr(String decodedURLStr)static URLURLStrParser. parseDecodedStr(String decodedURLStr, boolean modifiable)static URLURLStrParser. parseEncodedStr(String encodedURLStr)static URLURLStrParser. parseEncodedStr(String encodedURLStr, boolean modifiable)URLURL. putAttribute(String key, Object obj)URLURL. removeAttribute(String key)URLURL. removeParameter(String key)URLURL. removeParameters(String... keys)URLURL. removeParameters(Collection<String> keys)URLURL. setAddress(String address)URLURL. setHost(String host)URLURL. setPassword(String password)URLURL. setPath(String path)URLURL. setPort(int port)URLURL. setProtocol(String protocol)URLURL. setServiceInterface(String service)URLURL. setUsername(String username)URLURL. toSerializableURL()static URLURL. valueOf(String url)parse decoded url string, formatted dubbo://host:port/path?static URLURL. valueOf(String url, boolean encoded)parse normal or encoded url string into strutted URL: - dubbo://host:port/path?static URLURL. valueOf(String url, boolean encoded, boolean modifiable)static URLURL. valueOf(String url, String... reserveParams)static URLURL. valueOf(URL url, String[] reserveParams, String[] reserveParamPrefixs)返回变量类型为URL的类型的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 List<URL>URL. getBackupUrls()参数类型为URL的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 static URLBuilderURLBuilder. from(URL url)voidResetable. reset(URL url)reset.static URLURL. valueOf(URL url, String[] reserveParams, String[] reserveParamPrefixs) -
org.apache.dubbo.common.config.configcenter中URL的使用
参数类型为URL的org.apache.dubbo.common.config.configcenter中的方法 修饰符和类型 方法 说明 DynamicConfigurationAbstractDynamicConfigurationFactory. getDynamicConfiguration(URL url)static DynamicConfigurationDynamicConfiguration. getDynamicConfiguration(URL connectionURL)Get the instance ofDynamicConfigurationby the specified connectionURLDynamicConfigurationDynamicConfigurationFactory. getDynamicConfiguration(URL url)static StringDynamicConfiguration. getRuleKey(URL url)The format is '{interfaceName}:[version]:[group]'参数类型为URL的org.apache.dubbo.common.config.configcenter中的构造器 构造器 说明 AbstractDynamicConfiguration(URL url)TreePathDynamicConfiguration(URL url) -
org.apache.dubbo.common.config.configcenter.file中URL的使用
参数类型为URL的org.apache.dubbo.common.config.configcenter.file中的构造器 构造器 说明 FileSystemDynamicConfiguration(URL url) -
org.apache.dubbo.common.config.configcenter.nop中URL的使用
参数类型为URL的org.apache.dubbo.common.config.configcenter.nop中的构造器 构造器 说明 NopDynamicConfiguration(URL url)已过时。 -
org.apache.dubbo.common.extension中URL的使用
参数类型为URL的org.apache.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) -
org.apache.dubbo.common.serialize中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize中的方法 修饰符和类型 方法 说明 ObjectDefaultMultipleSerialization. deserialize(URL url, String serializeType, String clz, InputStream os)ObjectMultipleSerialization. deserialize(URL url, String serializeType, String clz, InputStream os)ObjectInputSerialization. deserialize(URL url, InputStream input)Get a deserialization implementation instancevoidDefaultMultipleSerialization. serialize(URL url, String serializeType, String clz, Object obj, OutputStream os)voidMultipleSerialization. serialize(URL url, String serializeType, String clz, Object obj, OutputStream os)ObjectOutputSerialization. serialize(URL url, OutputStream output)Get a serialization implementation instance -
org.apache.dubbo.common.serialize.hessian2中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.hessian2中的方法 修饰符和类型 方法 说明 ObjectInputHessian2Serialization. deserialize(URL url, InputStream is)ObjectOutputHessian2Serialization. serialize(URL url, OutputStream out) -
org.apache.dubbo.common.serialize.java中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.java中的方法 修饰符和类型 方法 说明 ObjectInputCompactedJavaSerialization. deserialize(URL url, InputStream is)ObjectInputJavaSerialization. deserialize(URL url, InputStream is)ObjectOutputCompactedJavaSerialization. serialize(URL url, OutputStream out)ObjectOutputJavaSerialization. serialize(URL url, OutputStream out) -
org.apache.dubbo.common.serialize.nativejava中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.nativejava中的方法 修饰符和类型 方法 说明 ObjectInputNativeJavaSerialization. deserialize(URL url, InputStream input)ObjectOutputNativeJavaSerialization. serialize(URL url, OutputStream output) -
org.apache.dubbo.common.threadpool中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool中的方法 修饰符和类型 方法 说明 ExecutorThreadPool. getExecutor(URL url)Thread pool -
org.apache.dubbo.common.threadpool.manager中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool.manager中的方法 修饰符和类型 方法 说明 ExecutorServiceDefaultExecutorRepository. createExecutorIfAbsent(URL url)Get called when the server or client instance initiating.ExecutorServiceExecutorRepository. createExecutorIfAbsent(URL url)Called by both Client and Server.ExecutorServiceDefaultExecutorRepository. getExecutor(URL url)ExecutorServiceExecutorRepository. getExecutor(URL url)voidDefaultExecutorRepository. updateThreadpool(URL url, ExecutorService executor)voidExecutorRepository. updateThreadpool(URL url, ExecutorService executor)Modify some of the threadpool's properties according to the url, for example, coreSize, maxSize, ... -
org.apache.dubbo.common.threadpool.support中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool.support中的构造器 构造器 说明 AbortPolicyWithReport(String threadName, URL url) -
org.apache.dubbo.common.threadpool.support.cached中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool.support.cached中的方法 修饰符和类型 方法 说明 ExecutorCachedThreadPool. getExecutor(URL url) -
org.apache.dubbo.common.threadpool.support.eager中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool.support.eager中的方法 修饰符和类型 方法 说明 ExecutorEagerThreadPool. getExecutor(URL url) -
org.apache.dubbo.common.threadpool.support.fixed中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool.support.fixed中的方法 修饰符和类型 方法 说明 ExecutorFixedThreadPool. getExecutor(URL url) -
org.apache.dubbo.common.threadpool.support.limited中URL的使用
参数类型为URL的org.apache.dubbo.common.threadpool.support.limited中的方法 修饰符和类型 方法 说明 ExecutorLimitedThreadPool. getExecutor(URL url) -
org.apache.dubbo.common.url.component中URL的使用
org.apache.dubbo.common.url.component中URL的子类 修饰符和类型 类 说明 classDubboServiceAddressURLclassServiceAddressURLclassServiceConfigURL返回URL的org.apache.dubbo.common.url.component中的方法 修饰符和类型 方法 说明 URLServiceConfigURL. addAttributes(Map<String,Object> attributes)URLServiceAddressURL. getConsumerURL()URLServiceConfigURL. removeAttribute(String key)参数类型为URL的org.apache.dubbo.common.url.component中的方法 修饰符和类型 方法 说明 static DubboServiceAddressURLDubboServiceAddressURL. valueOf(String rawURL, URL consumerURL)static DubboServiceAddressURLDubboServiceAddressURL. valueOf(String rawURL, URL consumerURL, ServiceConfigURL overriddenURL)参数类型为URL的org.apache.dubbo.common.url.component中的构造器 构造器 说明 DubboServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL, ServiceConfigURL overrideURL)ServiceAddressURL(String protocol, String username, String password, String host, int port, String path, Map<String,String> parameters, URL consumerURL)ServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL) -
org.apache.dubbo.common.utils中URL的使用
返回URL的org.apache.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 addressstatic URLUrlUtils. valueOf(String url)NOTICE: This method allocate too much objects, we can useURLStrParser.parseDecodedStr(String)instead.返回变量类型为URL的类型的org.apache.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static List<URL>UrlUtils. classifyUrls(List<URL> urls, Predicate<URL> predicate)static List<URL>UrlUtils. parseURLs(String address, Map<String,String> defaults)参数类型为URL的org.apache.dubbo.common.utils中的方法 修饰符和类型 方法 说明 static booleanUrlUtils. hasServiceDiscoveryRegistryProtocol(URL url)static booleanUrlUtils. hasServiceDiscoveryRegistryTypeKey(URL url)The specifiedURLis service discovery registry type or notstatic booleanUrlUtils. isConfigurator(URL url)static booleanUrlUtils. isConsumer(URL url)static booleanUrlUtils. isMatch(URL consumerUrl, URL providerUrl)static booleanUrlUtils. isMatchGlobPattern(String pattern, String value, URL param)static booleanUrlUtils. isProvider(URL url)static booleanUrlUtils. isRegistry(URL url)static booleanUrlUtils. isRoute(URL url)static booleanUrlUtils. isServiceDiscoveryURL(URL url)static booleanUrlUtils. isServiceKeyMatch(URL pattern, URL value)static URLExecutorUtil. setThreadName(URL url, String defaultName)append thread name with url address类型变量类型为URL的org.apache.dubbo.common.utils中的方法参数 修饰符和类型 方法 说明 static List<URL>UrlUtils. classifyUrls(List<URL> urls, Predicate<URL> predicate)static List<URL>UrlUtils. classifyUrls(List<URL> urls, Predicate<URL> predicate)static List<String>UrlUtils. revertForbid(List<String> forbid, Set<URL> subscribed) -
org.apache.dubbo.config中URL的使用
返回URL的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 URLAbstractInterfaceConfig. toUrl()URLConfigCenterConfig. toUrl()URLMetadataReportConfig. toUrl()返回变量类型为URL的类型的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 List<URL>AbstractInterfaceConfig. getExportedUrls()List<URL>AbstractInterfaceConfig. toUrls() -
org.apache.dubbo.config.invoker中URL的使用
返回URL的org.apache.dubbo.config.invoker中的方法 修饰符和类型 方法 说明 URLDelegateProviderMetaDataInvoker. getUrl() -
org.apache.dubbo.config.metadata中URL的使用
返回变量类型为URL的类型的org.apache.dubbo.config.metadata中的方法 修饰符和类型 方法 说明 List<URL>ConfigurableMetadataServiceExporter. getExportedURLs() -
org.apache.dubbo.config.utils中URL的使用
返回URL的org.apache.dubbo.config.utils中的方法 修饰符和类型 方法 说明 static URLConfigValidationUtils. loadMonitor(AbstractInterfaceConfig interfaceConfig, URL registryURL)返回变量类型为URL的类型的org.apache.dubbo.config.utils中的方法 修饰符和类型 方法 说明 static List<URL>ConfigValidationUtils. loadRegistries(AbstractInterfaceConfig interfaceConfig, boolean provider)参数类型为URL的org.apache.dubbo.config.utils中的方法 修饰符和类型 方法 说明 static URLConfigValidationUtils. loadMonitor(AbstractInterfaceConfig interfaceConfig, URL registryURL) -
org.apache.dubbo.metadata中URL的使用
返回URL的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 default URLWritableMetadataService. getMetadataServiceURL()URLMetadataInfo.ServiceInfo. getUrl()返回变量类型为URL的类型的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 default Set<URL>MetadataService. getExportedServiceURLs()List<URL>MetadataServiceExporter. getExportedURLs()Get theURLsthat were exportedstatic List<URL>MetadataService. toURLs(Iterable<String> urls)参数类型为URL的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 static StringServiceNameMapping. buildMappingKey(URL url)booleanWritableMetadataService. exportURL(URL url)Exports aURLSet<String>ServiceNameMapping. getAndListen(URL url, MappingListener mappingListener)Get the service names from the specified Dubbo service interface, group, version and protocolSet<String>WritableMetadataService. getCachedMapping(URL consumerURL)static booleanMetadataService. isMetadataServiceURL(URL url)Is theURLfor theMetadataServiceor not?voidServiceNameMapping. map(URL url)Map the specified Dubbo service interface, group, version and protocol to current Dubbo service namevoidWritableMetadataService. publishServiceDefinition(URL providerUrl)default voidWritableMetadataService. setMetadataServiceURL(URL url)booleanWritableMetadataService. subscribeURL(URL url)Subscribes aURLbooleanWritableMetadataService. unexportURL(URL url)Unexports aURLbooleanWritableMetadataService. unsubscribeURL(URL url)Unsubscribes aURL类型变量类型为URL的org.apache.dubbo.metadata中的方法参数 修饰符和类型 方法 说明 static SortedSet<String>MetadataService. toSortedStrings(Iterable<URL> iterable)static SortedSet<String>MetadataService. toSortedStrings(Stream<URL> stream)参数类型为URL的org.apache.dubbo.metadata中的构造器 构造器 说明 ServiceInfo(URL url) -
org.apache.dubbo.metadata.report中URL的使用
参数类型为URL的org.apache.dubbo.metadata.report中的方法 修饰符和类型 方法 说明 MetadataReportMetadataReportFactory. getMetadataReport(URL url)default Set<String>MetadataReport. getServiceAppMapping(String serviceKey, MappingListener listener, URL url)Service<-->Application Mapping -- STARTvoidMetadataReport. saveServiceMetadata(ServiceMetadataIdentifier metadataIdentifier, URL url) -
org.apache.dubbo.metadata.report.identifier中URL的使用
参数类型为URL的org.apache.dubbo.metadata.report.identifier中的构造器 构造器 说明 MetadataIdentifier(URL url)ServiceMetadataIdentifier(URL url)SubscriberMetadataIdentifier(URL url) -
org.apache.dubbo.metadata.report.support中URL的使用
返回URL的org.apache.dubbo.metadata.report.support中的方法 修饰符和类型 方法 说明 URLAbstractMetadataReport. getUrl()参数类型为URL的org.apache.dubbo.metadata.report.support中的方法 修饰符和类型 方法 说明 MetadataReportAbstractMetadataReportFactory. getMetadataReport(URL url)voidAbstractMetadataReport. saveServiceMetadata(ServiceMetadataIdentifier metadataIdentifier, URL url)参数类型为URL的org.apache.dubbo.metadata.report.support中的构造器 构造器 说明 AbstractMetadataReport(URL reportServerURL) -
org.apache.dubbo.metadata.store中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store中的方法 修饰符和类型 方法 说明 voidAbstractAbstractWritableMetadataService. publishServiceDefinition(URL url) -
org.apache.dubbo.metadata.store.nacos中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.nacos中的方法 修饰符和类型 方法 说明 NacosConfigServiceWrapperNacosMetadataReport. buildConfigService(URL url)Set<String>NacosMetadataReport. getServiceAppMapping(String serviceKey, MappingListener listener, URL url)参数类型为URL的org.apache.dubbo.metadata.store.nacos中的构造器 构造器 说明 NacosMetadataReport(URL url) -
org.apache.dubbo.metadata.store.redis中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.redis中的方法 修饰符和类型 方法 说明 MetadataReportRedisMetadataReportFactory. createMetadataReport(URL url)参数类型为URL的org.apache.dubbo.metadata.store.redis中的构造器 构造器 说明 RedisMetadataReport(URL url) -
org.apache.dubbo.metadata.store.zookeeper中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.zookeeper中的方法 修饰符和类型 方法 说明 MetadataReportZookeeperMetadataReportFactory. createMetadataReport(URL url)Set<String>ZookeeperMetadataReport. getServiceAppMapping(String serviceKey, MappingListener listener, URL url)参数类型为URL的org.apache.dubbo.metadata.store.zookeeper中的构造器 构造器 说明 ZookeeperMetadataReport(URL url, ZookeeperTransporter zookeeperTransporter) -
org.apache.dubbo.monitor中URL的使用
返回变量类型为URL的类型的org.apache.dubbo.monitor中的方法 修饰符和类型 方法 说明 List<URL>MonitorService. lookup(URL query)Lookup monitor data 1. support lookup by day: count://host/interface?参数类型为URL的org.apache.dubbo.monitor中的方法 修饰符和类型 方法 说明 voidMonitorService. collect(URL statistics)Collect monitor data 1. support invocation count: count://host/interface?MonitorMonitorFactory. getMonitor(URL url)Create monitor.List<URL>MonitorService. lookup(URL query)Lookup monitor data 1. support lookup by day: count://host/interface? -
org.apache.dubbo.monitor.dubbo中URL的使用
返回URL的org.apache.dubbo.monitor.dubbo中的方法 修饰符和类型 方法 说明 URLDubboMonitor. getUrl()URLStatistics. getUrl()返回变量类型为URL的类型的org.apache.dubbo.monitor.dubbo中的方法 修饰符和类型 方法 说明 List<URL>DubboMonitor. lookup(URL query)参数类型为URL的org.apache.dubbo.monitor.dubbo中的方法 修饰符和类型 方法 说明 voidDubboMonitor. collect(URL url)List<URL>DubboMonitor. lookup(URL query)voidStatistics. setUrl(URL url)参数类型为URL的org.apache.dubbo.monitor.dubbo中的构造器 构造器 说明 Statistics(URL url) -
org.apache.dubbo.monitor.support中URL的使用
参数类型为URL的org.apache.dubbo.monitor.support中的方法 修饰符和类型 方法 说明 MonitorAbstractMonitorFactory. getMonitor(URL url) -
org.apache.dubbo.qos.protocol中URL的使用
参数类型为URL的org.apache.dubbo.qos.protocol中的方法 修饰符和类型 方法 说明 <T> Invoker<T>QosProtocolWrapper. refer(Class<T> type, URL url) -
org.apache.dubbo.registry中URL的使用
返回URL的org.apache.dubbo.registry中的方法 修饰符和类型 方法 说明 default URLNotifyListener. getConsumerUrl()URLListenerRegistryWrapper. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry中的方法 修饰符和类型 方法 说明 List<URL>ListenerRegistryWrapper. lookup(URL url)List<URL>RegistryService. lookup(URL url)Query the registered data that matches the conditions.List<URL>AddressListener. notify(List<URL> addresses, URL consumerUrl, Directory registryDirectory)processing when receiving the address list参数类型为URL的org.apache.dubbo.registry中的方法 修饰符和类型 方法 说明 default voidAddressListener. destroy(URL consumerUrl, Directory registryDirectory)RegistryRegistryFactory. getRegistry(URL url)Connect to the registryRegistryRegistryFactoryWrapper. getRegistry(URL url)List<URL>ListenerRegistryWrapper. lookup(URL url)List<URL>RegistryService. lookup(URL url)Query the registered data that matches the conditions.List<URL>AddressListener. notify(List<URL> addresses, URL consumerUrl, Directory registryDirectory)processing when receiving the address listdefault voidRegistryServiceListener. onRegister(URL url, Registry registry)default voidRegistryServiceListener. onSubscribe(URL url, Registry registry)default voidRegistryServiceListener. onUnregister(URL url, Registry registry)default voidRegistryServiceListener. onUnsubscribe(URL url, Registry registry)default voidRegistry. reExportRegister(URL url)default voidRegistry. reExportUnregister(URL url)voidListenerRegistryWrapper. register(URL url)voidRegistryService. register(URL url)Register data, such as : provider service, consumer address, route rule, override rule and other data.voidListenerRegistryWrapper. subscribe(URL url, NotifyListener listener)voidRegistryService. subscribe(URL url, NotifyListener listener)Subscribe to eligible registered data and automatically push when the registered data is changed.voidListenerRegistryWrapper. unregister(URL url)voidRegistryService. unregister(URL url)UnregistervoidListenerRegistryWrapper. unsubscribe(URL url, NotifyListener listener)voidRegistryService. unsubscribe(URL url, NotifyListener listener)Unsubscribe类型变量类型为URL的org.apache.dubbo.registry中的方法参数 修饰符和类型 方法 说明 List<URL>AddressListener. notify(List<URL> addresses, URL consumerUrl, Directory registryDirectory)processing when receiving the address listvoidNotifyListener. notify(List<URL> urls)Triggered when a service change notification is received. -
org.apache.dubbo.registry.client中URL的使用
org.apache.dubbo.registry.client中URL的子类 修饰符和类型 类 说明 classInstanceAddressURL返回URL的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 URLInstanceAddressURL. addConsumerParams(String protocolServiceKey, Map<String,String> params)URLInstanceAddressURL. addParameter(String key, String value)URLInstanceAddressURL. addParameterIfAbsent(String key, String value)URLInstanceAddressURL. addServiceParameter(String protocolServiceKey, String key, String value)URLInstanceAddressURL. addServiceParameterIfAbsent(String protocolServiceKey, String key, String value)URLFileSystemServiceDiscovery. getUrl()URLSelfHostMetaServiceDiscovery. getUrl()default URLServiceDiscovery. getUrl()URLServiceDiscoveryRegistry. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 List<URL>ServiceDiscoveryRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 voidServiceDiscoveryRegistryDirectory. buildRouterChain(URL url)StringDefaultRegistryClusterIdentifier. consumerKey(URL url)StringRegistryClusterIdentifier. consumerKey(URL url)static ServiceDiscoveryRegistryServiceDiscoveryRegistry. create(URL registryURL)Create an instance ofServiceDiscoveryRegistryif supportedabstract voidAbstractServiceDiscovery. doInitialize(URL registryURL)voidFileSystemServiceDiscovery. doInitialize(URL registryURL)voidSelfHostMetaServiceDiscovery. doInitialize(URL registryURL)voidServiceDiscoveryRegistry. doRegister(URL url)voidServiceDiscoveryRegistry. doSubscribe(URL url, NotifyListener listener)voidServiceDiscoveryRegistry. doUnregister(URL url)voidServiceDiscoveryRegistry. doUnsubscribe(URL url, NotifyListener listener)static RegistryClusterIdentifierRegistryClusterIdentifier. getExtension(URL url)static ServiceDiscoveryFactoryServiceDiscoveryFactory. getExtension(URL registryURL)Get the extension instance ofServiceDiscoveryFactorybythe protocolServiceDiscoveryAbstractServiceDiscoveryFactory. getServiceDiscovery(URL registryURL)ServiceDiscoveryServiceDiscoveryFactory. getServiceDiscovery(URL registryURL)Get the instance ofServiceDiscoveryvoidAbstractServiceDiscovery. initialize(URL registryURL)voidSelfHostMetaServiceDiscovery. initialize(URL registryURL)voidServiceDiscovery. initialize(URL registryURL)Initializes theServiceDiscoveryList<URL>ServiceDiscoveryRegistry. lookup(URL url)StringDefaultRegistryClusterIdentifier. providerKey(URL url)StringRegistryClusterIdentifier. providerKey(URL url)voidServiceDiscoveryRegistry. register(URL url)voidServiceDiscoveryRegistry. subscribe(URL url, NotifyListener listener)static booleanServiceDiscoveryRegistry. supports(URL registryURL)Supports or not ?voidServiceDiscoveryRegistry. unregister(URL url)voidServiceDiscoveryRegistry. unsubscribe(URL url, NotifyListener listener)类型变量类型为URL的org.apache.dubbo.registry.client中的方法参数 修饰符和类型 方法 说明 voidServiceDiscoveryRegistryDirectory. notify(List<URL> instanceUrls)参数类型为URL的org.apache.dubbo.registry.client中的构造器 构造器 说明 ServiceDiscoveryRegistry(URL registryURL)ServiceDiscoveryRegistryDirectory(Class<T> serviceType, URL url) -
org.apache.dubbo.registry.client.event.listener中URL的使用
返回URL的org.apache.dubbo.registry.client.event.listener中的方法 修饰符和类型 方法 说明 URLServiceInstancesChangedListener. getUrl()参数类型为URL的org.apache.dubbo.registry.client.event.listener中的方法 修饰符和类型 方法 说明 voidServiceInstancesChangedListener. setUrl(URL url) -
org.apache.dubbo.registry.client.metadata中URL的使用
返回变量类型为URL的类型的org.apache.dubbo.registry.client.metadata中的方法 修饰符和类型 方法 说明 List<URL>MetadataServiceURLBuilder. build(ServiceInstance serviceInstance)Build theURLsfrom the specifiedServiceInstanceList<URL>SpringCloudMetadataServiceURLBuilder. build(ServiceInstance serviceInstance)List<URL>StandardMetadataServiceURLBuilder. build(ServiceInstance serviceInstance)List<URL>RestProtocolSubscribedURLsSynthesizer. synthesize(URL subscribedURL, Collection<ServiceInstance> serviceInstances)List<URL>SubscribedURLsSynthesizer. synthesize(URL subscribedURL, Collection<ServiceInstance> serviceInstances)synthesize the subscribedURLs参数类型为URL的org.apache.dubbo.registry.client.metadata中的方法 修饰符和类型 方法 说明 Set<String>MetadataServiceNameMapping. getAndListen(URL url, MappingListener mappingListener)static StringServiceInstanceMetadataUtils. getMetadataServiceParameter(URL url)static StringServiceInstanceMetadataUtils. getMetadataStorageType(URL registryURL)Get metadata's storage typevoidMetadataServiceNameMapping. map(URL url)static voidMetadataUtils. publishServiceDefinition(URL url)static voidMetadataUtils. saveMetadataURL(URL url)booleanRestProtocolSubscribedURLsSynthesizer. supports(URL subscribedURL)booleanSubscribedURLsSynthesizer. supports(URL subscribedURL)Supports the synthesis of the subscribedURLsor notList<URL>RestProtocolSubscribedURLsSynthesizer. synthesize(URL subscribedURL, Collection<ServiceInstance> serviceInstances)List<URL>SubscribedURLsSynthesizer. synthesize(URL subscribedURL, Collection<ServiceInstance> serviceInstances)synthesize the subscribedURLs -
org.apache.dubbo.registry.client.metadata.store中URL的使用
返回URL的org.apache.dubbo.registry.client.metadata.store中的方法 修饰符和类型 方法 说明 URLInMemoryWritableMetadataService. getMetadataServiceURL()返回变量类型为URL的类型的org.apache.dubbo.registry.client.metadata.store中的方法 修饰符和类型 方法 说明 Set<URL>InMemoryWritableMetadataService. getExportedServiceURLs()参数类型为URL的org.apache.dubbo.registry.client.metadata.store中的方法 修饰符和类型 方法 说明 booleanInMemoryWritableMetadataService. exportURL(URL url)Set<String>InMemoryWritableMetadataService. getCachedMapping(URL consumerURL)voidInMemoryWritableMetadataService. publishServiceDefinition(URL providerUrl)voidRemoteMetadataServiceImpl. publishServiceDefinition(URL url)voidInMemoryWritableMetadataService. setMetadataServiceURL(URL url)booleanInMemoryWritableMetadataService. subscribeURL(URL url)booleanInMemoryWritableMetadataService. unexportURL(URL url)booleanInMemoryWritableMetadataService. unsubscribeURL(URL url) -
org.apache.dubbo.registry.client.migration中URL的使用
返回URL的org.apache.dubbo.registry.client.migration中的方法 修饰符和类型 方法 说明 URLMigrationInvoker. getRegistryUrl()URLMigrationInvoker. getUrl()参数类型为URL的org.apache.dubbo.registry.client.migration中的方法 修饰符和类型 方法 说明 booleanPreMigratingConditionChecker. checkCondition(URL consumerUrl)voidMigrationRuleListener. onRefer(RegistryProtocol registryProtocol, ClusterInvoker<?> invoker, URL consumerUrl, URL registryURL)voidMigrationClusterInvoker. reRefer(URL newSubscribeUrl)voidMigrationInvoker. reRefer(URL newSubscribeUrl)参数类型为URL的org.apache.dubbo.registry.client.migration中的构造器 构造器 说明 MigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)MigrationInvoker(ClusterInvoker<T> invoker, ClusterInvoker<T> serviceDiscoveryInvoker, RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)MigrationRuleHandler(MigrationClusterInvoker<T> invoker, URL url)ServiceDiscoveryMigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl) -
org.apache.dubbo.registry.client.selector中URL的使用
参数类型为URL的org.apache.dubbo.registry.client.selector中的方法 修饰符和类型 方法 说明 ServiceInstanceRandomServiceInstanceSelector. select(URL registryURL, List<ServiceInstance> serviceInstances)ServiceInstanceServiceInstanceSelector. select(URL registryURL, List<ServiceInstance> serviceInstances)Select an instance ofServiceInstanceby the specifiedservice instances -
org.apache.dubbo.registry.dns中URL的使用
参数类型为URL的org.apache.dubbo.registry.dns中的方法 修饰符和类型 方法 说明 voidDNSServiceDiscovery. doInitialize(URL registryURL)voidDNSRegistry. doRegister(URL url)voidDNSRegistry. doSubscribe(URL url, NotifyListener listener)voidDNSRegistry. doUnregister(URL url)voidDNSRegistry. doUnsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.dns中的构造器 构造器 说明 DNSRegistry(URL url) -
org.apache.dubbo.registry.integration中URL的使用
返回URL的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 URLDynamicDirectory. getConsumerUrl()URLRegistryDirectory. getConsumerUrl()URLDynamicDirectory. getOriginalConsumerUrl()URLDynamicDirectory. getRegisteredConsumerUrl()URLRegistryDirectory. getRegisteredConsumerUrl()URLDynamicDirectory. getSubscribeUrl()static URLRegistryProtocol. toSubscribeUrl(URL url)返回变量类型为URL的类型的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 Map<URL,NotifyListener>RegistryProtocol. getOverrideListeners()Map<URL,Invoker<T>>RegistryDirectory. getUrlInvokerMap()Haomin: added for test purpose参数类型为URL的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 voidDynamicDirectory. buildRouterChain(URL url)<T> ClusterInvoker<T>InterfaceCompatibleRegistryProtocol. getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>RegistryProtocol. getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>InterfaceCompatibleRegistryProtocol. getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>RegistryProtocol. getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)voidRegistryProtocolListener. onRefer(RegistryProtocol registryProtocol, ClusterInvoker<?> invoker, URL url, URL registryURL)Notify RegistryProtocol's listeners when a service is subscribed<T> voidRegistryProtocol. reExport(Exporter<T> exporter, URL newInvokerUrl)<T> voidRegistryProtocol. reExport(Invoker<T> originInvoker, URL newInvokerUrl)Reexport the invoker of the modified url<T> Invoker<T>RegistryProtocol. refer(Class<T> type, URL url)<T> voidRegistryProtocol. reRefer(ClusterInvoker<?> invoker, URL newSubscribeUrl)voidDynamicDirectory. setRegisteredConsumerUrl(URL url)voidRegistryDirectory. setRegisteredConsumerUrl(URL url)voidDynamicDirectory. setSubscribeUrl(URL subscribeUrl)voidDynamicDirectory. subscribe(URL url)voidRegistryDirectory. subscribe(URL url)static URLRegistryProtocol. toSubscribeUrl(URL url)voidDynamicDirectory. unSubscribe(URL url)voidRegistryDirectory. unSubscribe(URL url)类型变量类型为URL的org.apache.dubbo.registry.integration中的方法参数 修饰符和类型 方法 说明 voidRegistryDirectory. notify(List<URL> urls)参数类型为URL的org.apache.dubbo.registry.integration中的构造器 构造器 说明 DynamicDirectory(Class<T> serviceType, URL url)InvokerDelegate(Invoker<T> invoker, URL url)RegistryDirectory(Class<T> serviceType, URL url) -
org.apache.dubbo.registry.kubernetes中URL的使用
返回URL的org.apache.dubbo.registry.kubernetes中的方法 修饰符和类型 方法 说明 URLKubernetesServiceDiscovery. getUrl()参数类型为URL的org.apache.dubbo.registry.kubernetes中的方法 修饰符和类型 方法 说明 voidKubernetesServiceDiscovery. doInitialize(URL registryURL)voidKubernetesRegistry. doRegister(URL url)voidKubernetesRegistry. doSubscribe(URL url, NotifyListener listener)voidKubernetesRegistry. doUnregister(URL url)voidKubernetesRegistry. doUnsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.kubernetes中的构造器 构造器 说明 KubernetesRegistry(URL url) -
org.apache.dubbo.registry.kubernetes.util中URL的使用
参数类型为URL的org.apache.dubbo.registry.kubernetes.util中的方法 修饰符和类型 方法 说明 static io.fabric8.kubernetes.client.ConfigKubernetesConfigUtils. createKubernetesConfig(URL url) -
org.apache.dubbo.registry.multicast中URL的使用
返回URL的org.apache.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 URLMulticastServiceDiscovery. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 Map<URL,Set<URL>>MulticastRegistry. getReceived()Map<URL,Set<URL>>MulticastRegistry. getReceived()List<URL>MulticastRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 RegistryMulticastRegistryFactory. createRegistry(URL url)voidMulticastServiceDiscovery. doInitialize(URL registryURL)voidMulticastRegistry. doRegister(URL url)voidMulticastRegistry. doSubscribe(URL url, NotifyListener listener)voidMulticastRegistry. doUnregister(URL url)voidMulticastRegistry. doUnsubscribe(URL url, NotifyListener listener)ServiceDiscoveryMulticastServiceDiscoveryFactory. getServiceDiscovery(URL registryURL)List<URL>MulticastRegistry. lookup(URL url)voidMulticastRegistry. register(URL url)voidMulticastRegistry. subscribe(URL url, NotifyListener listener)voidMulticastRegistry. unregister(URL url)voidMulticastRegistry. unsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.multicast中的构造器 构造器 说明 MulticastRegistry(URL url) -
org.apache.dubbo.registry.multiple中URL的使用
返回URL的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 URLMultipleRegistry. getUrl()URLMultipleServiceDiscovery. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 List<URL>MultipleRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 voidMultipleServiceDiscovery. initialize(URL registryURL)List<URL>MultipleRegistry. lookup(URL url)voidMultipleRegistry. register(URL url)voidMultipleRegistry. subscribe(URL url, NotifyListener listener)voidMultipleRegistry. unregister(URL url)voidMultipleRegistry. unsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.multiple中的构造器 构造器 说明 MultipleRegistry(URL url)MultipleRegistry(URL url, boolean initServiceRegistry, boolean initReferenceRegistry) -
org.apache.dubbo.registry.nacos中URL的使用
返回URL的org.apache.dubbo.registry.nacos中的方法 修饰符和类型 方法 说明 URLNacosServiceDiscovery. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.nacos中的方法 修饰符和类型 方法 说明 List<URL>NacosRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.nacos中的方法 修饰符和类型 方法 说明 voidNacosServiceDiscovery. doInitialize(URL registryURL)voidNacosRegistry. doRegister(URL url)voidNacosRegistry. doSubscribe(URL url, NotifyListener listener)voidNacosRegistry. doUnregister(URL url)voidNacosRegistry. doUnsubscribe(URL url, NotifyListener listener)List<URL>NacosRegistry. lookup(URL url)static NacosServiceNameNacosServiceName. valueOf(URL url)Build an instance ofNacosServiceName参数类型为URL的org.apache.dubbo.registry.nacos中的构造器 构造器 说明 NacosRegistry(URL url, NacosNamingServiceWrapper namingService)NacosServiceName(URL url) -
org.apache.dubbo.registry.nacos.util中URL的使用
参数类型为URL的org.apache.dubbo.registry.nacos.util中的方法 修饰符和类型 方法 说明 static NacosNamingServiceWrapperNacosNamingServiceUtils. createNamingService(URL connectionURL)Create an instance ofNamingServicefrom specifiedconnection urlstatic StringNacosNamingServiceUtils. getGroup(URL connectionURL)The group ofNamingServiceto register -
org.apache.dubbo.registry.retry中URL的使用
参数类型为URL的org.apache.dubbo.registry.retry中的构造器 构造器 说明 FailedRegisteredTask(URL url, FailbackRegistry registry)FailedSubscribedTask(URL url, FailbackRegistry registry, NotifyListener listener)FailedUnregisteredTask(URL url, FailbackRegistry registry)FailedUnsubscribedTask(URL url, FailbackRegistry registry, NotifyListener listener)ReExportTask(Runnable runnable, URL oldUrl, FailbackRegistry registry) -
org.apache.dubbo.registry.support中URL的使用
返回URL的org.apache.dubbo.registry.support中的方法 修饰符和类型 方法 说明 URLAbstractRegistry. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.support中的方法 修饰符和类型 方法 说明 List<URL>AbstractRegistry. getCacheUrls(URL url)Map<URL,Map<String,List<URL>>>AbstractRegistry. getNotified()Map<URL,Map<String,List<URL>>>AbstractRegistry. getNotified()Set<URL>AbstractRegistry. getRegistered()Map<URL,Set<NotifyListener>>AbstractRegistry. getSubscribed()List<URL>AbstractRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.support中的方法 修饰符和类型 方法 说明 abstract voidFailbackRegistry. doRegister(URL url)abstract voidFailbackRegistry. doSubscribe(URL url, NotifyListener listener)abstract voidFailbackRegistry. doUnregister(URL url)voidCacheableFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)abstract voidFailbackRegistry. doUnsubscribe(URL url, NotifyListener listener)List<URL>AbstractRegistry. getCacheUrls(URL url)RegistryAbstractRegistryFactory. getRegistry(URL url)List<URL>AbstractRegistry. lookup(URL url)voidFailbackRegistry. reExportRegister(URL url)voidFailbackRegistry. reExportUnregister(URL url)voidAbstractRegistry. register(URL url)voidFailbackRegistry. register(URL url)voidFailbackRegistry. removeFailedRegisteredTask(URL url)voidFailbackRegistry. removeFailedSubscribed(URL url, NotifyListener listener)voidFailbackRegistry. removeFailedSubscribedTask(URL url, NotifyListener listener)voidFailbackRegistry. removeFailedUnregisteredTask(URL url)voidFailbackRegistry. removeFailedUnsubscribedTask(URL url, NotifyListener listener)voidAbstractRegistry. subscribe(URL url, NotifyListener listener)voidFailbackRegistry. subscribe(URL url, NotifyListener listener)voidAbstractRegistry. unregister(URL url)voidFailbackRegistry. unregister(URL url)voidAbstractRegistry. unsubscribe(URL url, NotifyListener listener)voidFailbackRegistry. unsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.support中的构造器 构造器 说明 AbstractRegistry(URL url)CacheableFailbackRegistry(URL url)FailbackRegistry(URL url) -
org.apache.dubbo.registry.xds中URL的使用
参数类型为URL的org.apache.dubbo.registry.xds中的方法 修饰符和类型 方法 说明 voidXdsServiceDiscovery. doInitialize(URL registryURL)voidXdsRegistry. doRegister(URL url)voidXdsRegistry. doSubscribe(URL url, NotifyListener listener)voidXdsRegistry. doUnregister(URL url)voidXdsRegistry. doUnsubscribe(URL url, NotifyListener listener)XdsCertificateSigner.CertPairXdsCertificateSigner. request(URL url)参数类型为URL的org.apache.dubbo.registry.xds中的构造器 构造器 说明 XdsRegistry(URL url) -
org.apache.dubbo.registry.xds.istio中URL的使用
参数类型为URL的org.apache.dubbo.registry.xds.istio中的方法 修饰符和类型 方法 说明 XdsCertificateSigner.CertPairIstioCitadelCertificateSigner. createCert(URL url)XdsCertificateSigner.CertPairIstioCitadelCertificateSigner. request(URL url) -
org.apache.dubbo.registry.xds.util中URL的使用
参数类型为URL的org.apache.dubbo.registry.xds.util中的方法 修饰符和类型 方法 说明 static PilotExchangerPilotExchanger. initialize(URL url) -
org.apache.dubbo.registry.zookeeper中URL的使用
返回URL的org.apache.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 URLZookeeperServiceDiscovery. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 List<URL>ZookeeperRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 RegistryZookeeperRegistryFactory. createRegistry(URL url)voidZookeeperServiceDiscovery. doInitialize(URL registryURL)voidZookeeperRegistry. doRegister(URL url)voidZookeeperRegistry. doSubscribe(URL url, NotifyListener listener)voidZookeeperRegistry. doUnregister(URL url)voidZookeeperRegistry. doUnsubscribe(URL url, NotifyListener listener)List<URL>ZookeeperRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.zookeeper中的构造器 构造器 说明 ZookeeperRegistry(URL url, ZookeeperTransporter zookeeperTransporter) -
org.apache.dubbo.registry.zookeeper.util中URL的使用
参数类型为URL的org.apache.dubbo.registry.zookeeper.util中的方法 修饰符和类型 方法 说明 static org.apache.curator.framework.CuratorFrameworkCuratorFrameworkUtils. buildCuratorFramework(URL connectionURL)static org.apache.curator.RetryPolicyCuratorFrameworkUtils. buildRetryPolicy(URL connectionURL)<T> TCuratorFrameworkParams. getParameterValue(URL url)Get the parameter value from the specifiedURL -
org.apache.dubbo.remoting中URL的使用
返回URL的org.apache.dubbo.remoting中的方法 修饰符和类型 方法 说明 URLEndpoint. getUrl()get url.参数类型为URL的org.apache.dubbo.remoting中的方法 修饰符和类型 方法 说明 RemotingServerTransporter. bind(URL url, ChannelHandler handler)Bind a server.static RemotingServerTransporters. bind(URL url, ChannelHandler... handlers)ClientTransporter. connect(URL url, ChannelHandler handler)Connect to a server.static ClientTransporters. connect(URL url, ChannelHandler... handlers)ChannelHandlerDispatcher. dispatch(ChannelHandler handler, URL url)dispatch the message to threadpool. -
org.apache.dubbo.remoting.api中URL的使用
返回URL的org.apache.dubbo.remoting.api中的方法 修饰符和类型 方法 说明 URLConnection. getUrl()get url.URLPortUnificationServer. getUrl()参数类型为URL的org.apache.dubbo.remoting.api中的方法 修饰符和类型 方法 说明 static io.netty.handler.ssl.SslContextPortUnificationServer. buildServerSslContext(URL url)ConnectionConnectionManager. connect(URL url)ConnectionMultiplexProtocolConnectionManager. connect(URL url)ConnectionSingleProtocolConnectionManager. connect(URL url)参数类型为URL的org.apache.dubbo.remoting.api中的构造器 构造器 说明 Connection(URL url)PortUnificationServer(URL url) -
org.apache.dubbo.remoting.exchange中URL的使用
参数类型为URL的org.apache.dubbo.remoting.exchange中的方法 修饰符和类型 方法 说明 ExchangeServerExchanger. bind(URL url, ExchangeHandler handler)bind.static ExchangeServerExchangers. bind(URL url, ChannelHandler handler, Replier<?> replier)static ExchangeServerExchangers. bind(URL url, ExchangeHandler handler)static ExchangeServerExchangers. bind(URL url, Replier<?> replier)static voidPortUnificationExchanger. bind(URL url)ExchangeClientExchanger. connect(URL url, ExchangeHandler handler)connect.static ExchangeClientExchangers. connect(URL url)static ExchangeClientExchangers. connect(URL url, ChannelHandler handler, Replier<?> replier)static ExchangeClientExchangers. connect(URL url, ExchangeHandler handler)static ExchangeClientExchangers. connect(URL url, Replier<?> replier)static ExchangerExchangers. getExchanger(URL url) -
org.apache.dubbo.remoting.exchange.support中URL的使用
返回URL的org.apache.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 URLExchangeServerDelegate. getUrl()参数类型为URL的org.apache.dubbo.remoting.exchange.support中的方法 修饰符和类型 方法 说明 voidExchangeServerDelegate. reset(URL url) -
org.apache.dubbo.remoting.exchange.support.header中URL的使用
返回URL的org.apache.dubbo.remoting.exchange.support.header中的方法 修饰符和类型 方法 说明 URLHeaderExchangeClient. getUrl()URLHeaderExchangeServer. getUrl()参数类型为URL的org.apache.dubbo.remoting.exchange.support.header中的方法 修饰符和类型 方法 说明 ExchangeServerHeaderExchanger. bind(URL url, ExchangeHandler handler)ExchangeClientHeaderExchanger. connect(URL url, ExchangeHandler handler)voidHeaderExchangeClient. reset(URL url)voidHeaderExchangeServer. reset(URL url) -
org.apache.dubbo.remoting.transport中URL的使用
返回URL的org.apache.dubbo.remoting.transport中的方法 修饰符和类型 方法 说明 URLAbstractPeer. getUrl()URLChannelDelegate. getUrl()URLClientDelegate. getUrl()URLServerDelegate. getUrl()参数类型为URL的org.apache.dubbo.remoting.transport中的方法 修饰符和类型 方法 说明 static ObjectInputCodecSupport. deserialize(URL url, InputStream is, byte proto)static SerializationCodecSupport. getSerialization(URL url)static SerializationCodecSupport. getSerialization(URL url, Byte id)voidAbstractEndpoint. reset(URL url)voidAbstractServer. reset(URL url)voidClientDelegate. reset(URL url)voidServerDelegate. reset(URL url)参数类型为URL的org.apache.dubbo.remoting.transport中的构造器 构造器 说明 AbstractChannel(URL url, ChannelHandler handler)AbstractClient(URL url, ChannelHandler handler)AbstractEndpoint(URL url, ChannelHandler handler)AbstractPeer(URL url, ChannelHandler handler)AbstractServer(URL url, ChannelHandler handler) -
org.apache.dubbo.remoting.transport.dispatcher中URL的使用
返回URL的org.apache.dubbo.remoting.transport.dispatcher中的方法 修饰符和类型 方法 说明 URLWrappedChannelHandler. getUrl()参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher中的方法 修饰符和类型 方法 说明 static ChannelHandlerChannelHandlers. wrap(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher中的构造器 构造器 说明 WrappedChannelHandler(ChannelHandler handler, URL url) -
org.apache.dubbo.remoting.transport.dispatcher.all中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.all中的方法 修饰符和类型 方法 说明 ChannelHandlerAllDispatcher. dispatch(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.all中的构造器 构造器 说明 AllChannelHandler(ChannelHandler handler, URL url) -
org.apache.dubbo.remoting.transport.dispatcher.connection中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.connection中的方法 修饰符和类型 方法 说明 ChannelHandlerConnectionOrderedDispatcher. dispatch(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.connection中的构造器 构造器 说明 ConnectionOrderedChannelHandler(ChannelHandler handler, URL url) -
org.apache.dubbo.remoting.transport.dispatcher.direct中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.direct中的方法 修饰符和类型 方法 说明 ChannelHandlerDirectDispatcher. dispatch(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.direct中的构造器 构造器 说明 DirectChannelHandler(ChannelHandler handler, URL url) -
org.apache.dubbo.remoting.transport.dispatcher.execution中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.execution中的方法 修饰符和类型 方法 说明 ChannelHandlerExecutionDispatcher. dispatch(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.execution中的构造器 构造器 说明 ExecutionChannelHandler(ChannelHandler handler, URL url) -
org.apache.dubbo.remoting.transport.dispatcher.message中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.message中的方法 修饰符和类型 方法 说明 ChannelHandlerMessageOnlyDispatcher. dispatch(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.message中的构造器 构造器 说明 MessageOnlyChannelHandler(ChannelHandler handler, URL url) -
org.apache.dubbo.remoting.transport.netty中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.netty中的方法 修饰符和类型 方法 说明 RemotingServerNettyTransporter. bind(URL url, ChannelHandler handler)ClientNettyTransporter. connect(URL url, ChannelHandler handler)参数类型为URL的org.apache.dubbo.remoting.transport.netty中的构造器 构造器 说明 NettyClient(URL url, ChannelHandler handler)NettyHandler(URL url, ChannelHandler handler)NettyServer(URL url, ChannelHandler handler) -
org.apache.dubbo.remoting.transport.netty4中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.netty4中的方法 修饰符和类型 方法 说明 RemotingServerNettyTransporter. bind(URL url, ChannelHandler handler)static io.netty.handler.ssl.SslContextSslContexts. buildClientSslContext(URL url)static io.netty.handler.ssl.SslContextSslContexts. buildServerSslContext(URL url)ClientNettyTransporter. connect(URL url, ChannelHandler handler)static io.netty.channel.ChannelInboundHandlerSslHandlerInitializer. sslClientHandler(URL url, NettyClientHandler clientHandler)static io.netty.channel.ChannelInboundHandlerSslHandlerInitializer. sslServerHandler(URL url, NettyServerHandler serverHandler)参数类型为URL的org.apache.dubbo.remoting.transport.netty4中的构造器 构造器 说明 NettyClient(URL url, ChannelHandler handler)The constructor of NettyClient.NettyClientHandler(URL url, ChannelHandler handler)NettyCodecAdapter(Codec2 codec, URL url, ChannelHandler handler)NettyServer(URL url, ChannelHandler handler)NettyServerHandler(URL url, ChannelHandler handler)SslClientTlsHandler(URL url, NettyClientHandler clientHandler) -
org.apache.dubbo.remoting.utils中URL的使用
参数类型为URL的org.apache.dubbo.remoting.utils中的方法 修饰符和类型 方法 说明 static intUrlUtils. getHeartbeat(URL url)static intUrlUtils. getIdleTimeout(URL url) -
org.apache.dubbo.remoting.zookeeper中URL的使用
返回URL的org.apache.dubbo.remoting.zookeeper中的方法 修饰符和类型 方法 说明 URLZookeeperClient. getUrl()参数类型为URL的org.apache.dubbo.remoting.zookeeper中的方法 修饰符和类型 方法 说明 ZookeeperClientZookeeperTransporter. connect(URL url) -
org.apache.dubbo.remoting.zookeeper.curator中URL的使用
参数类型为URL的org.apache.dubbo.remoting.zookeeper.curator中的方法 修饰符和类型 方法 说明 ZookeeperClientCuratorZookeeperTransporter. createZookeeperClient(URL url)参数类型为URL的org.apache.dubbo.remoting.zookeeper.curator中的构造器 构造器 说明 CuratorZookeeperClient(URL url) -
org.apache.dubbo.remoting.zookeeper.support中URL的使用
返回URL的org.apache.dubbo.remoting.zookeeper.support中的方法 修饰符和类型 方法 说明 URLAbstractZookeeperClient. getUrl()参数类型为URL的org.apache.dubbo.remoting.zookeeper.support中的方法 修饰符和类型 方法 说明 ZookeeperClientAbstractZookeeperTransporter. connect(URL url)share connnect for registry, metadata, etc..参数类型为URL的org.apache.dubbo.remoting.zookeeper.support中的构造器 构造器 说明 AbstractZookeeperClient(URL url) -
org.apache.dubbo.rpc中URL的使用
返回URL的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 URLRpcContext. getConsumerUrl()URLRpcServiceContext. getConsumerUrl()default URLProtocolServer. getUrl()URLRpcContext. getUrl()URLRpcServiceContext. getUrl()返回变量类型为URL的类型的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 List<URL>RpcContext. getUrls()List<URL>RpcServiceContext. getUrls()参数类型为URL的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 static voidRpcStatus. beginCount(URL url, String methodName)static booleanRpcStatus. beginCount(URL url, String methodName, int max)static voidRpcStatus. endCount(URL url, String methodName, long elapsed, boolean succeeded)<T> Invoker<T>ProxyFactory. getInvoker(T proxy, Class<T> type, URL url)create invoker.static RpcStatusRpcStatus. getStatus(URL url)static RpcStatusRpcStatus. getStatus(URL url, String methodName)<T> Invoker<T>Protocol. refer(Class<T> type, URL url)Refer a remote service:
1.static voidRpcStatus. removeStatus(URL url)static voidRpcStatus. removeStatus(URL url, String methodName)default voidProtocolServer. reset(URL url)voidRpcContext. setConsumerUrl(URL consumerUrl)voidRpcServiceContext. setConsumerUrl(URL consumerUrl)static voidRpcContext. setRpcContext(URL url)static voidRpcServiceContext. setRpcContext(URL url)voidRpcContext. setUrl(URL url)voidRpcServiceContext. setUrl(URL url)类型变量类型为URL的org.apache.dubbo.rpc中的方法参数 修饰符和类型 方法 说明 voidRpcContext. setUrls(List<URL> urls)voidRpcServiceContext. setUrls(List<URL> urls) -
org.apache.dubbo.rpc.cluster中URL的使用
返回URL的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 URLConfigurator. configure(URL url)Configure the provider url.URLDirectory. getConsumerUrl()URLClusterInvoker. getRegistryUrl()URLConfigurator. getUrl()Get the configurator url.URLRouter. getUrl()Get the router url.URLProviderURLMergeProcessor. mergeUrl(URL remoteUrl, Map<String,String> localParametersMap)Merging the URL parameters of provider and consumer返回变量类型为URL的类型的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 List<URL>RuleConverter. convert(URL subscribeUrl, Object source)参数类型为URL的org.apache.dubbo.rpc.cluster中的方法 修饰符和类型 方法 说明 default booleanProviderURLMergeProcessor. accept(URL providerUrl, Map<String,String> localParametersMap)static <T> RouterChain<T>RouterChain. buildChain(URL url)URLConfigurator. configure(URL url)Configure the provider url.List<URL>RuleConverter. convert(URL subscribeUrl, Object source)ConfiguratorConfiguratorFactory. getConfigurator(URL url)get the configurator instance.RouterCacheableRouterFactory. getRouter(URL url)RouterRouterFactory. getRouter(URL url)Create router.URLProviderURLMergeProcessor. mergeUrl(URL remoteUrl, Map<String,String> localParametersMap)Merging the URL parameters of provider and consumer<T> List<Invoker<T>>Router. route(List<Invoker<T>> invokers, URL url, Invocation invocation)Filter invokers with current routing rule and only return the invokers that comply with the rule.List<Invoker<T>>RouterChain. route(URL url, Invocation invocation)<T> Invoker<T>LoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation)select one invoker in list.类型变量类型为URL的org.apache.dubbo.rpc.cluster中的方法参数 修饰符和类型 方法 说明 static Optional<List<Configurator>>Configurator. toConfigurators(List<URL> urls)Convert override urls to map for use when re-refer. -
org.apache.dubbo.rpc.cluster.configurator中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.configurator中的方法 修饰符和类型 方法 说明 URLAbstractConfigurator. configure(URL url)URLAbstractConfigurator. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.configurator中的方法 修饰符和类型 方法 说明 URLAbstractConfigurator. configure(URL url)参数类型为URL的org.apache.dubbo.rpc.cluster.configurator中的构造器 构造器 说明 AbstractConfigurator(URL url) -
org.apache.dubbo.rpc.cluster.configurator.absent中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.configurator.absent中的方法 修饰符和类型 方法 说明 URLAbsentConfigurator. doConfigure(URL currentUrl, URL configUrl)参数类型为URL的org.apache.dubbo.rpc.cluster.configurator.absent中的方法 修饰符和类型 方法 说明 URLAbsentConfigurator. doConfigure(URL currentUrl, URL configUrl)ConfiguratorAbsentConfiguratorFactory. getConfigurator(URL url)参数类型为URL的org.apache.dubbo.rpc.cluster.configurator.absent中的构造器 构造器 说明 AbsentConfigurator(URL url) -
org.apache.dubbo.rpc.cluster.configurator.override中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.configurator.override中的方法 修饰符和类型 方法 说明 URLOverrideConfigurator. doConfigure(URL currentUrl, URL configUrl)参数类型为URL的org.apache.dubbo.rpc.cluster.configurator.override中的方法 修饰符和类型 方法 说明 URLOverrideConfigurator. doConfigure(URL currentUrl, URL configUrl)ConfiguratorOverrideConfiguratorFactory. getConfigurator(URL url)参数类型为URL的org.apache.dubbo.rpc.cluster.configurator.override中的构造器 构造器 说明 OverrideConfigurator(URL url) -
org.apache.dubbo.rpc.cluster.configurator.parser中URL的使用
返回变量类型为URL的类型的org.apache.dubbo.rpc.cluster.configurator.parser中的方法 修饰符和类型 方法 说明 static List<URL>ConfigParser. parseConfigurators(String rawConfig) -
org.apache.dubbo.rpc.cluster.directory中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.directory中的方法 修饰符和类型 方法 说明 URLAbstractDirectory. getConsumerUrl()URLAbstractDirectory. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.directory中的方法 修饰符和类型 方法 说明 voidAbstractDirectory. setConsumerUrl(URL consumerUrl)参数类型为URL的org.apache.dubbo.rpc.cluster.directory中的构造器 构造器 说明 AbstractDirectory(URL url)AbstractDirectory(URL url, boolean isUrlFromRegistry)AbstractDirectory(URL url, RouterChain<T> routerChain, boolean isUrlFromRegistry)StaticDirectory(URL url, List<Invoker<T>> invokers)StaticDirectory(URL url, List<Invoker<T>> invokers, RouterChain<T> routerChain) -
org.apache.dubbo.rpc.cluster.filter中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.filter中的方法 修饰符和类型 方法 说明 URLFilterChainBuilder.ClusterFilterChainNode. getRegistryUrl()URLFilterChainBuilder.FilterChainNode. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.filter中的方法 修饰符和类型 方法 说明 <T> Invoker<T>ProtocolFilterWrapper. refer(Class<T> type, URL url) -
org.apache.dubbo.rpc.cluster.loadbalance中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.loadbalance中的方法 修饰符和类型 方法 说明 <T> Invoker<T>AbstractLoadBalance. select(List<Invoker<T>> invokers, URL url, Invocation invocation) -
org.apache.dubbo.rpc.cluster.router中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.router中的方法 修饰符和类型 方法 说明 URLAbstractRouter. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.router中的方法 修饰符和类型 方法 说明 voidAbstractRouter. setUrl(URL url)参数类型为URL的org.apache.dubbo.rpc.cluster.router中的构造器 构造器 说明 AbstractRouter(URL url) -
org.apache.dubbo.rpc.cluster.router.condition中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.router.condition中的方法 修饰符和类型 方法 说明 URLConditionRouter. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.router.condition中的方法 修饰符和类型 方法 说明 RouterConditionRouterFactory. getRouter(URL url)<T> List<Invoker<T>>ConditionRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)参数类型为URL的org.apache.dubbo.rpc.cluster.router.condition中的构造器 构造器 说明 ConditionRouter(URL url) -
org.apache.dubbo.rpc.cluster.router.condition.config中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.router.condition.config中的方法 修饰符和类型 方法 说明 RouterAppRouterFactory. getRouter(URL url)<T> List<Invoker<T>>ListenableRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)参数类型为URL的org.apache.dubbo.rpc.cluster.router.condition.config中的构造器 构造器 说明 AppRouter(URL url)ListenableRouter(URL url, String ruleKey)ServiceRouter(URL url) -
org.apache.dubbo.rpc.cluster.router.file中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.router.file中的方法 修饰符和类型 方法 说明 RouterFileRouterFactory. getRouter(URL url) -
org.apache.dubbo.rpc.cluster.router.mesh.route中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.router.mesh.route中的方法 修饰符和类型 方法 说明 URLMeshRuleRouter. getUrl()返回变量类型为URL的类型的org.apache.dubbo.rpc.cluster.router.mesh.route中的方法 修饰符和类型 方法 说明 List<URL>MeshRuleAddressListenerInterceptor. notify(List<URL> addresses, URL consumerUrl, Directory registryDirectory)参数类型为URL的org.apache.dubbo.rpc.cluster.router.mesh.route中的方法 修饰符和类型 方法 说明 RouterMeshRuleRouterFactory. getRouter(URL url)List<URL>MeshRuleAddressListenerInterceptor. notify(List<URL> addresses, URL consumerUrl, Directory registryDirectory)<T> List<Invoker<T>>MeshRuleRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)类型变量类型为URL的org.apache.dubbo.rpc.cluster.router.mesh.route中的方法参数 修饰符和类型 方法 说明 List<URL>MeshRuleAddressListenerInterceptor. notify(List<URL> addresses, URL consumerUrl, Directory registryDirectory)参数类型为URL的org.apache.dubbo.rpc.cluster.router.mesh.route中的构造器 构造器 说明 MeshRuleRouter(URL url) -
org.apache.dubbo.rpc.cluster.router.mock中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.router.mock中的方法 修饰符和类型 方法 说明 RouterMockRouterFactory. getRouter(URL url)<T> List<Invoker<T>>MockInvokersSelector. route(List<Invoker<T>> invokers, URL url, Invocation invocation) -
org.apache.dubbo.rpc.cluster.router.script中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.router.script中的方法 修饰符和类型 方法 说明 RouterScriptRouterFactory. getRouter(URL url)<T> List<Invoker<T>>ScriptRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)参数类型为URL的org.apache.dubbo.rpc.cluster.router.script中的构造器 构造器 说明 ScriptRouter(URL url) -
org.apache.dubbo.rpc.cluster.router.state中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.router.state中的方法 修饰符和类型 方法 说明 URLAbstractStateRouter. getUrl()URLStateRouter. getUrl()Get the router url.参数类型为URL的org.apache.dubbo.rpc.cluster.router.state中的方法 修饰符和类型 方法 说明 StateRouterCacheableStateRouterFactory. getRouter(URL url, RouterChain chain)<T> StateRouterStateRouterFactory. getRouter(URL url, RouterChain<T> chain)Create state router.<T> BitList<Invoker<T>>AbstractStateRouter. route(BitList<Invoker<T>> invokers, RouterCache<T> cache, URL url, Invocation invocation)<T> BitList<Invoker<T>>StateRouter. route(BitList<Invoker<T>> invokers, RouterCache<T> cache, URL url, Invocation invocation)Filter invokers with current routing rule and only return the invokers that comply with the rule.voidAbstractStateRouter. setUrl(URL url)参数类型为URL的org.apache.dubbo.rpc.cluster.router.state中的构造器 构造器 说明 AbstractStateRouter(URL url, RouterChain chain) -
org.apache.dubbo.rpc.cluster.router.tag中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.router.tag中的方法 修饰符和类型 方法 说明 URLTagDynamicStateRouter. getUrl()URLTagRouter. getUrl()URLTagStaticStateRouter. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.router.tag中的方法 修饰符和类型 方法 说明 <T> BitList<Invoker<T>>TagDynamicStateRouter. route(BitList<Invoker<T>> invokers, RouterCache<T> cache, URL url, Invocation invocation)<T> List<Invoker<T>>TagRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)<T> BitList<Invoker<T>>TagStaticStateRouter. route(BitList<Invoker<T>> invokers, RouterCache<T> routerCache, URL url, Invocation invocation)参数类型为URL的org.apache.dubbo.rpc.cluster.router.tag中的构造器 构造器 说明 TagDynamicStateRouter(URL url, RouterChain chain)TagRouter(URL url)TagStaticStateRouter(URL url, RouterChain chain) -
org.apache.dubbo.rpc.cluster.support中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.support中的方法 修饰符和类型 方法 说明 URLAbstractClusterInvoker. getRegistryUrl()URLAbstractClusterInvoker. getUrl()static URLClusterUtils. mergeUrl(URL remoteUrl, Map<String,String> localMap)参数类型为URL的org.apache.dubbo.rpc.cluster.support中的方法 修饰符和类型 方法 说明 static URLClusterUtils. mergeUrl(URL remoteUrl, Map<String,String> localMap)参数类型为URL的org.apache.dubbo.rpc.cluster.support中的构造器 构造器 说明 AbstractClusterInvoker(Directory<T> directory, URL url) -
org.apache.dubbo.rpc.cluster.support.merger中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.support.merger中的方法 修饰符和类型 方法 说明 URLDefaultProviderURLMergeProcessor. mergeUrl(URL remoteUrl, Map<String,String> localParametersMap)参数类型为URL的org.apache.dubbo.rpc.cluster.support.merger中的方法 修饰符和类型 方法 说明 URLDefaultProviderURLMergeProcessor. mergeUrl(URL remoteUrl, Map<String,String> localParametersMap) -
org.apache.dubbo.rpc.cluster.support.wrapper中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.support.wrapper中的方法 修饰符和类型 方法 说明 URLMockClusterInvoker. getRegistryUrl()URLMockClusterInvoker. getUrl() -
org.apache.dubbo.rpc.filter.tps中URL的使用
参数类型为URL的org.apache.dubbo.rpc.filter.tps中的方法 修饰符和类型 方法 说明 booleanDefaultTPSLimiter. isAllowable(URL url, Invocation invocation)booleanTPSLimiter. isAllowable(URL url, Invocation invocation)judge if the current invocation is allowed by TPS rule -
org.apache.dubbo.rpc.listener中URL的使用
返回URL的org.apache.dubbo.rpc.listener中的方法 修饰符和类型 方法 说明 URLListenerInvokerWrapper. getUrl() -
org.apache.dubbo.rpc.model中URL的使用
返回URL的org.apache.dubbo.rpc.model中的方法 修饰符和类型 方法 说明 URLProviderModel.RegisterStatedURL. getProviderUrl()URLProviderModel.RegisterStatedURL. getRegistryUrl()参数类型为URL的org.apache.dubbo.rpc.model中的方法 修饰符和类型 方法 说明 voidProviderModel.RegisterStatedURL. setProviderUrl(URL providerUrl)voidProviderModel.RegisterStatedURL. setRegistryUrl(URL registryUrl)参数类型为URL的org.apache.dubbo.rpc.model中的构造器 构造器 说明 RegisterStatedURL(URL providerUrl, URL registryUrl, boolean registered) -
org.apache.dubbo.rpc.protocol中URL的使用
返回URL的org.apache.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 URLAbstractInvoker. getUrl()URLInvokerWrapper. getUrl()参数类型为URL的org.apache.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 <T> Invoker<T>AbstractProtocol. refer(Class<T> type, URL url)<T> Invoker<T>ProtocolListenerWrapper. refer(Class<T> type, URL url)参数类型为URL的org.apache.dubbo.rpc.protocol中的构造器 构造器 说明 AbstractInvoker(Class<T> type, URL url)AbstractInvoker(Class<T> type, URL url, String[] keys)AbstractInvoker(Class<T> type, URL url, Map<String,Object> attachment)InvokerWrapper(Invoker<T> invoker, URL url) -
org.apache.dubbo.rpc.protocol.dubbo中URL的使用
返回URL的org.apache.dubbo.rpc.protocol.dubbo中的方法 修饰符和类型 方法 说明 URLDubboProtocolServer. getUrl()参数类型为URL的org.apache.dubbo.rpc.protocol.dubbo中的方法 修饰符和类型 方法 说明 static SerializationDubboCodecSupport. getRequestSerialization(URL url, Invocation invocation)static SerializationDubboCodecSupport. getResponseSerialization(URL url, AppResponse appResponse)<T> Invoker<T>DubboProtocol. protocolBindingRefer(Class<T> serviceType, URL url)<T> Invoker<T>DubboProtocol. refer(Class<T> type, URL url)voidDubboProtocolServer. reset(URL url)参数类型为URL的org.apache.dubbo.rpc.protocol.dubbo中的构造器 构造器 说明 DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients)DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients, Set<Invoker<?>> invokers) -
org.apache.dubbo.rpc.protocol.grpc中URL的使用
参数类型为URL的org.apache.dubbo.rpc.protocol.grpc中的构造器 构造器 说明 GrpcInvoker(Class<T> type, URL url, Invoker<T> target, ReferenceCountManagedChannel channel) -
org.apache.dubbo.rpc.protocol.grpc.interceptors中URL的使用
参数类型为URL的org.apache.dubbo.rpc.protocol.grpc.interceptors中的方法 修饰符和类型 方法 说明 default io.grpc.CallOptionsGrpcConfigurator. configureCallOptions(io.grpc.CallOptions options, URL url)default io.grpc.netty.NettyChannelBuilderGrpcConfigurator. configureChannelBuilder(io.grpc.netty.NettyChannelBuilder builder, URL url)default io.grpc.netty.NettyServerBuilderGrpcConfigurator. configureServerBuilder(io.grpc.netty.NettyServerBuilder builder, URL url) -
org.apache.dubbo.rpc.protocol.injvm中URL的使用
参数类型为URL的org.apache.dubbo.rpc.protocol.injvm中的方法 修饰符和类型 方法 说明 booleanInjvmProtocol. isInjvmRefer(URL url)<T> Invoker<T>InjvmProtocol. protocolBindingRefer(Class<T> serviceType, URL url) -
org.apache.dubbo.rpc.protocol.rest中URL的使用
参数类型为URL的org.apache.dubbo.rpc.protocol.rest中的方法 修饰符和类型 方法 说明 voidBaseRestProtocolServer. start(URL url)voidRestProtocolServer. start(URL url) -
org.apache.dubbo.rpc.protocol.tri中URL的使用
返回URL的org.apache.dubbo.rpc.protocol.tri中的方法 修饰符和类型 方法 说明 URLAbstractStream. getUrl()参数类型为URL的org.apache.dubbo.rpc.protocol.tri中的构造器 构造器 说明 TripleInvoker(Class<T> serviceType, URL url, Set<Invoker<?>> invokers) -
org.apache.dubbo.rpc.proxy中URL的使用
返回URL的org.apache.dubbo.rpc.proxy中的方法 修饰符和类型 方法 说明 URLAbstractProxyInvoker. getUrl()参数类型为URL的org.apache.dubbo.rpc.proxy中的构造器 构造器 说明 AbstractProxyInvoker(T proxy, Class<T> type, URL url) -
org.apache.dubbo.rpc.proxy.javassist中URL的使用
参数类型为URL的org.apache.dubbo.rpc.proxy.javassist中的方法 修饰符和类型 方法 说明 <T> Invoker<T>JavassistProxyFactory. getInvoker(T proxy, Class<T> type, URL url) -
org.apache.dubbo.rpc.proxy.jdk中URL的使用
参数类型为URL的org.apache.dubbo.rpc.proxy.jdk中的方法 修饰符和类型 方法 说明 <T> Invoker<T>JdkProxyFactory. getInvoker(T proxy, Class<T> type, URL url) -
org.apache.dubbo.rpc.proxy.wrapper中URL的使用
参数类型为URL的org.apache.dubbo.rpc.proxy.wrapper中的方法 修饰符和类型 方法 说明 <T> Invoker<T>StubProxyFactoryWrapper. getInvoker(T proxy, Class<T> type, URL url) -
org.apache.dubbo.rpc.support中URL的使用
返回URL的org.apache.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 URLMockInvoker. getUrl()参数类型为URL的org.apache.dubbo.rpc.support中的方法 修饰符和类型 方法 说明 static voidRpcUtils. attachInvocationIdIfAsync(URL url, Invocation inv)Idempotent operation: invocation id will be added in async operation by defaultstatic InvokeModeRpcUtils. getInvokeMode(URL url, Invocation inv)static longRpcUtils. getTimeout(URL url, String methodName, RpcContext context, long defaultTimeout)static booleanRpcUtils. isAsync(URL url, Invocation inv)static booleanRpcUtils. isOneway(URL url, Invocation inv)<T> Invoker<T>MockProtocol. protocolBindingRefer(Class<T> type, URL url)static StringProtocolUtils. serviceKey(URL url)参数类型为URL的org.apache.dubbo.rpc.support中的构造器 构造器 说明 MockInvoker(URL url, Class<T> type) -
org.apache.dubbo.validation中URL的使用
参数类型为URL的org.apache.dubbo.validation中的方法 修饰符和类型 方法 说明 ValidatorValidation. getValidator(URL url)Return the instance ofValidatorfor a given url. -
org.apache.dubbo.validation.support中URL的使用
参数类型为URL的org.apache.dubbo.validation.support中的方法 修饰符和类型 方法 说明 ValidatorAbstractValidation. getValidator(URL url) -
org.apache.dubbo.validation.support.jvalidation中URL的使用
参数类型为URL的org.apache.dubbo.validation.support.jvalidation中的构造器 构造器 说明 JValidator(URL url)
-