类的使用
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.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的使用
返回URL的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 URLURL. addMethodParameter(String method, String key, String value)URLURL. addMethodParameterIfAbsent(String method, String key, String value)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)URLURLBuilder. build()URLURL. clearParameters()URLNode. getUrl()get url.URLURL. getUrlParameter(String key)static URLURLStrParser. parseDecodedStr(String decodedURLStr)static URLURLStrParser. parseEncodedStr(String encodedURLStr)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)static URLURL. valueOf(String url)NOTICE: This method allocate too much objects, we can useURLStrParser.parseDecodedStr(String)instead.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中的方法 修饰符和类型 方法 说明 ObjectInputSerialization. deserialize(URL url, InputStream input)Get a deserialization implementation instanceObjectOutputSerialization. serialize(URL url, OutputStream output)Get a serialization implementation instance -
org.apache.dubbo.common.serialize.avro中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.avro中的方法 修饰符和类型 方法 说明 ObjectInputAvroSerialization. deserialize(URL url, InputStream input)ObjectOutputAvroSerialization. serialize(URL url, OutputStream output) -
org.apache.dubbo.common.serialize.fastjson中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.fastjson中的方法 修饰符和类型 方法 说明 ObjectInputFastJsonSerialization. deserialize(URL url, InputStream input)ObjectOutputFastJsonSerialization. serialize(URL url, OutputStream output) -
org.apache.dubbo.common.serialize.fst中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.fst中的方法 修饰符和类型 方法 说明 ObjectInputFstSerialization. deserialize(URL url, InputStream is)ObjectOutputFstSerialization. serialize(URL url, OutputStream out) -
org.apache.dubbo.common.serialize.gson中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.gson中的方法 修饰符和类型 方法 说明 ObjectInputGsonSerialization. deserialize(URL url, InputStream input)ObjectOutputGsonSerialization. serialize(URL url, OutputStream output) -
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.kryo中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.kryo中的方法 修饰符和类型 方法 说明 ObjectInputKryoSerialization. deserialize(URL url, InputStream is)ObjectOutputKryoSerialization. serialize(URL url, OutputStream out) -
org.apache.dubbo.common.serialize.kryo.optimized中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.kryo.optimized中的方法 修饰符和类型 方法 说明 ObjectInputKryoSerialization2. deserialize(URL url, InputStream is)ObjectOutputKryoSerialization2. serialize(URL url, OutputStream out) -
org.apache.dubbo.common.serialize.msgpack中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.msgpack中的方法 修饰符和类型 方法 说明 ObjectInputMsgpackSerialization. deserialize(URL url, InputStream input)ObjectOutputMsgpackSerialization. serialize(URL url, OutputStream output) -
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.serialize.protobuf.support中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.protobuf.support中的方法 修饰符和类型 方法 说明 ObjectInputGenericProtobufJsonSerialization. deserialize(URL url, InputStream input)ObjectInputGenericProtobufSerialization. deserialize(URL url, InputStream input)ObjectOutputGenericProtobufJsonSerialization. serialize(URL url, OutputStream output)ObjectOutputGenericProtobufSerialization. serialize(URL url, OutputStream output) -
org.apache.dubbo.common.serialize.protostuff中URL的使用
参数类型为URL的org.apache.dubbo.common.serialize.protostuff中的方法 修饰符和类型 方法 说明 ObjectInputProtostuffSerialization. deserialize(URL url, InputStream input)ObjectOutputProtostuffSerialization. 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.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 address返回变量类型为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. isConfigurator(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. isServiceDiscoveryRegistryType(URL url)The specifiedURLis service discovery registry type or notstatic 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.configcenter.consul中URL的使用
参数类型为URL的org.apache.dubbo.configcenter.consul中的构造器 构造器 说明 ConsulDynamicConfiguration(URL url) -
org.apache.dubbo.metadata中URL的使用
返回URL的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 URLMetadataInfo.ServiceInfo. getUrl()返回变量类型为URL的类型的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 List<URL>MetadataServiceExporter. getExportedURLs()Get theURLsthat were exportedstatic List<URL>MetadataService. toURLs(Iterable<String> urls)参数类型为URL的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 booleanWritableMetadataService. exportURL(URL url)Exports aURLSet<String>DynamicConfigurationServiceNameMapping. getAndListen(URL url, MappingListener mappingListener)Set<String>ServiceNameMapping. getAndListen(URL url, MappingListener mappingListener)Get the service names from the specified Dubbo service interface, group, version and protocolstatic booleanMetadataService. isMetadataServiceURL(URL url)Is theURLfor theMetadataServiceor not?voidDynamicConfigurationServiceNameMapping. map(URL url)voidServiceNameMapping. map(URL url)Map the specified Dubbo service interface, group, version and protocol to current Dubbo service namevoidWritableMetadataService. publishServiceDefinition(URL providerUrl)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 -- STARTdefault voidMetadataReport. registerServiceAppMapping(String serviceKey, String application, URL url)voidMetadataReport. 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.consul中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.consul中的构造器 构造器 说明 ConsulMetadataReport(URL url) -
org.apache.dubbo.metadata.store.etcd中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.etcd中的方法 修饰符和类型 方法 说明 MetadataReportEtcdMetadataReportFactory. createMetadataReport(URL url)参数类型为URL的org.apache.dubbo.metadata.store.etcd中的构造器 构造器 说明 EtcdMetadataReport(URL url) -
org.apache.dubbo.metadata.store.failover中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.failover中的方法 修饰符和类型 方法 说明 Set<String>FailoverMetadataReport. getServiceAppMapping(String serviceKey, MappingListener listener, URL url)booleanFailoverCondition. isLocalDataCenter(URL url)Judge whether it is a local region or a local datacenter.voidFailoverMetadataReport. registerServiceAppMapping(String serviceKey, String application, URL url)voidFailoverMetadataReport. saveServiceMetadata(ServiceMetadataIdentifier metadataIdentifier, URL url)booleanFailoverCondition. shouldQuery(URL url)Whether metadata should be read from specified url.booleanFailoverCondition. shouldRegister(URL url)Whether metadata should be reported.参数类型为URL的org.apache.dubbo.metadata.store.failover中的构造器 构造器 说明 FailoverMetadataReport(URL url)StrategyMetadataReport(URL url) -
org.apache.dubbo.metadata.store.nacos中URL的使用
参数类型为URL的org.apache.dubbo.metadata.store.nacos中的方法 修饰符和类型 方法 说明 NacosConfigServiceWrapperNacosMetadataReport. buildConfigService(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)voidZookeeperMetadataReport. registerServiceAppMapping(String serviceKey, String application, 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中的方法 修饰符和类型 方法 说明 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中的方法 修饰符和类型 方法 说明 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)default voidRegistryServiceListener. onSubscribe(URL url)default voidRegistryServiceListener. onUnregister(URL url)default voidRegistryServiceListener. onUnsubscribe(URL url)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()default URLServiceDiscovery. getUrl()URLServiceDiscoveryRegistry. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 List<URL>ServiceDiscoveryRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 StringDefaultRegistryClusterIdentifier. consumerKey(URL url)StringRegistryClusterIdentifier. consumerKey(URL url)static ServiceDiscoveryRegistryServiceDiscoveryRegistry. create(URL registryURL)Create an instance ofServiceDiscoveryRegistryif supportedvoidServiceDiscoveryRegistry. 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 ofServiceDiscoveryvoidFileSystemServiceDiscovery. 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中的方法 修饰符和类型 方法 说明 List<URL>ServiceInstancesChangedListener. getUrls(String serviceKey)参数类型为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. getMetadataStorageType(URL registryURL)Get metadata's storage typevoidMetadataServiceNameMapping. map(URL url)static voidMetadataUtils. publishServiceDefinition(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类型变量类型为URL的org.apache.dubbo.registry.client.metadata中的方法参数 修饰符和类型 方法 说明 static StringServiceInstanceMetadataUtils. getMetadataServiceParameter(List<URL> urls) -
org.apache.dubbo.registry.client.metadata.store中URL的使用
参数类型为URL的org.apache.dubbo.registry.client.metadata.store中的方法 修饰符和类型 方法 说明 booleanInMemoryWritableMetadataService. exportURL(URL url)voidInMemoryWritableMetadataService. publishServiceDefinition(URL providerUrl)voidRemoteMetadataServiceImpl. publishServiceDefinition(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中的方法 修饰符和类型 方法 说明 voidMigrationRuleListener. onRefer(RegistryProtocol registryProtocol, ClusterInvoker<?> invoker, URL url)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)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.consul中URL的使用
返回URL的org.apache.dubbo.registry.consul中的方法 修饰符和类型 方法 说明 URLConsulServiceDiscovery. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.consul中的方法 修饰符和类型 方法 说明 List<URL>ConsulRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.consul中的方法 修饰符和类型 方法 说明 voidConsulRegistry. doRegister(URL url)voidConsulRegistry. doSubscribe(URL url, NotifyListener listener)voidConsulRegistry. doUnregister(URL url)voidConsulRegistry. doUnsubscribe(URL url, NotifyListener listener)StringConsulParameter. getValue(URL registryURL)The parameter value from the specified registryURL<T> TConsulParameter. getValue(URL registryURL, Class<T> valueType, T defaultValue)The parameter value from the specified registryURLvoidConsulServiceDiscovery. initialize(URL registryURL)List<URL>ConsulRegistry. lookup(URL url)voidConsulRegistry. register(URL url)voidConsulRegistry. subscribe(URL url, NotifyListener listener)voidConsulRegistry. unregister(URL url)voidConsulRegistry. unsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.consul中的构造器 构造器 说明 ConsulRegistry(URL url) -
org.apache.dubbo.registry.dubbo中URL的使用
返回变量类型为URL的类型的org.apache.dubbo.registry.dubbo中的方法 修饰符和类型 方法 说明 List<URL>DubboRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.dubbo中的方法 修饰符和类型 方法 说明 RegistryDubboRegistryFactory. createRegistry(URL url)voidDubboRegistry. doRegister(URL url)voidDubboRegistry. doSubscribe(URL url, NotifyListener listener)voidDubboRegistry. doUnregister(URL url)voidDubboRegistry. doUnsubscribe(URL url, NotifyListener listener)List<URL>DubboRegistry. lookup(URL url) -
org.apache.dubbo.registry.etcd中URL的使用
返回URL的org.apache.dubbo.registry.etcd中的方法 修饰符和类型 方法 说明 URLEtcdServiceDiscovery. getUrl()参数类型为URL的org.apache.dubbo.registry.etcd中的方法 修饰符和类型 方法 说明 voidEtcdRegistry. doRegister(URL url)voidEtcdRegistry. doSubscribe(URL url, NotifyListener listener)voidEtcdRegistry. doUnregister(URL url)voidEtcdRegistry. doUnsubscribe(URL url, NotifyListener listener)voidEtcdServiceDiscovery. initialize(URL registryURL)参数类型为URL的org.apache.dubbo.registry.etcd中的构造器 构造器 说明 EtcdRegistry(URL url, EtcdTransporter etcdTransporter) -
org.apache.dubbo.registry.eureka中URL的使用
参数类型为URL的org.apache.dubbo.registry.eureka中的方法 修饰符和类型 方法 说明 voidEurekaServiceDiscovery. initialize(URL registryURL) -
org.apache.dubbo.registry.integration中URL的使用
返回URL的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 URLDynamicDirectory. getConsumerUrl()URLDynamicDirectory. getRegisteredConsumerUrl()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)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)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.multicast中URL的使用
返回变量类型为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)voidMulticastRegistry. doRegister(URL url)voidMulticastRegistry. doSubscribe(URL url, NotifyListener listener)voidMulticastRegistry. doUnregister(URL url)voidMulticastRegistry. doUnsubscribe(URL url, NotifyListener listener)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()URLMultipleRegistryServiceDiscovery. getUrl()返回变量类型为URL的类型的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 List<URL>MultipleRegistry. lookup(URL url)参数类型为URL的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 voidMultipleRegistryServiceDiscovery. 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中的方法 修饰符和类型 方法 说明 voidNacosRegistry. doRegister(URL url)voidNacosRegistry. doSubscribe(URL url, NotifyListener listener)voidNacosRegistry. doUnregister(URL url)voidNacosRegistry. doUnsubscribe(URL url, NotifyListener listener)voidNacosServiceDiscovery. initialize(URL registryURL)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 registerstatic Map<String,String>NacosNamingServiceUtils. getNacosPreservedParam(URL registryUrl) -
org.apache.dubbo.registry.redis中URL的使用
参数类型为URL的org.apache.dubbo.registry.redis中的方法 修饰符和类型 方法 说明 voidRedisRegistry. doRegister(URL url)voidRedisRegistry. doSubscribe(URL url, NotifyListener listener)voidRedisRegistry. doUnregister(URL url)voidRedisRegistry. doUnsubscribe(URL url, NotifyListener listener)参数类型为URL的org.apache.dubbo.registry.redis中的构造器 构造器 说明 RedisRegistry(URL url) -
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.sofa中URL的使用
返回URL的org.apache.dubbo.registry.sofa中的方法 修饰符和类型 方法 说明 URLSofaRegistryServiceDiscovery. getUrl()参数类型为URL的org.apache.dubbo.registry.sofa中的方法 修饰符和类型 方法 说明 voidSofaRegistry. doRegister(URL url)voidSofaRegistry. doSubscribe(URL url, NotifyListener listener)voidSofaRegistry. doUnregister(URL url)voidSofaRegistry. doUnsubscribe(URL url, NotifyListener listener)voidSofaRegistryServiceDiscovery. initialize(URL registryURL)参数类型为URL的org.apache.dubbo.registry.sofa中的构造器 构造器 说明 SofaRegistry(URL url)Instantiates a new Sofa 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)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)FailbackRegistry(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)voidZookeeperRegistry. doRegister(URL url)voidZookeeperRegistry. doSubscribe(URL url, NotifyListener listener)voidZookeeperRegistry. doUnregister(URL url)voidZookeeperRegistry. doUnsubscribe(URL url, NotifyListener listener)voidZookeeperServiceDiscovery. initialize(URL registryURL)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.etcd中URL的使用
返回URL的org.apache.dubbo.remoting.etcd中的方法 修饰符和类型 方法 说明 URLEtcdClient. getUrl()参数类型为URL的org.apache.dubbo.remoting.etcd中的方法 修饰符和类型 方法 说明 EtcdClientEtcdTransporter. connect(URL url) -
org.apache.dubbo.remoting.etcd.jetcd中URL的使用
参数类型为URL的org.apache.dubbo.remoting.etcd.jetcd中的方法 修饰符和类型 方法 说明 EtcdClientJEtcdTransporter. connect(URL url)参数类型为URL的org.apache.dubbo.remoting.etcd.jetcd中的构造器 构造器 说明 JEtcdClient(URL url)JEtcdClientWrapper(URL url) -
org.apache.dubbo.remoting.etcd.support中URL的使用
返回URL的org.apache.dubbo.remoting.etcd.support中的方法 修饰符和类型 方法 说明 URLAbstractEtcdClient. getUrl()参数类型为URL的org.apache.dubbo.remoting.etcd.support中的构造器 构造器 说明 AbstractEtcdClient(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)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.http中URL的使用
返回URL的org.apache.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 URLHttpServer. getUrl()get url.参数类型为URL的org.apache.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpServerHttpBinder. bind(URL url, HttpHandler handler)bind the server. -
org.apache.dubbo.remoting.http.jetty中URL的使用
参数类型为URL的org.apache.dubbo.remoting.http.jetty中的方法 修饰符和类型 方法 说明 HttpServerJettyHttpBinder. bind(URL url, HttpHandler handler)参数类型为URL的org.apache.dubbo.remoting.http.jetty中的构造器 构造器 说明 JettyHttpServer(URL url, HttpHandler handler) -
org.apache.dubbo.remoting.http.servlet中URL的使用
参数类型为URL的org.apache.dubbo.remoting.http.servlet中的方法 修饰符和类型 方法 说明 HttpServerServletHttpBinder. bind(URL url, HttpHandler handler)参数类型为URL的org.apache.dubbo.remoting.http.servlet中的构造器 构造器 说明 ServletHttpServer(URL url, HttpHandler handler) -
org.apache.dubbo.remoting.http.support中URL的使用
返回URL的org.apache.dubbo.remoting.http.support中的方法 修饰符和类型 方法 说明 URLAbstractHttpServer. getUrl()参数类型为URL的org.apache.dubbo.remoting.http.support中的方法 修饰符和类型 方法 说明 voidAbstractHttpServer. reset(URL url)参数类型为URL的org.apache.dubbo.remoting.http.support中的构造器 构造器 说明 AbstractHttpServer(URL url, HttpHandler handler) -
org.apache.dubbo.remoting.http.tomcat中URL的使用
参数类型为URL的org.apache.dubbo.remoting.http.tomcat中的方法 修饰符和类型 方法 说明 HttpServerTomcatHttpBinder. bind(URL url, HttpHandler handler)参数类型为URL的org.apache.dubbo.remoting.http.tomcat中的构造器 构造器 说明 TomcatHttpServer(URL url, HttpHandler handler) -
org.apache.dubbo.remoting.p2p中URL的使用
返回URL的org.apache.dubbo.remoting.p2p中的方法 修饰符和类型 方法 说明 URLGroup. getUrl()get group url.参数类型为URL的org.apache.dubbo.remoting.p2p中的方法 修饰符和类型 方法 说明 PeerGroup. join(URL url, ChannelHandler handler)join.static PeerNetworkers. join(URL group, URL peer, ChannelHandler handler)voidGroup. leave(URL url)leave.GroupNetworker. lookup(URL url)lookup group.static GroupNetworkers. lookup(URL group) -
org.apache.dubbo.remoting.p2p.exchange中URL的使用
参数类型为URL的org.apache.dubbo.remoting.p2p.exchange中的方法 修饰符和类型 方法 说明 ExchangePeerExchangeGroup. join(URL url, ExchangeHandler handler)join.static ExchangePeerExchangeNetworkers. join(URL group, URL peer, ExchangeHandler handler)ExchangeGroupExchangeNetworker. lookup(URL url)lookup group.static ExchangeGroupExchangeNetworkers. lookup(URL group) -
org.apache.dubbo.remoting.p2p.exchange.support中URL的使用
返回URL的org.apache.dubbo.remoting.p2p.exchange.support中的方法 修饰符和类型 方法 说明 URLAbstractExchangeGroup. getUrl()参数类型为URL的org.apache.dubbo.remoting.p2p.exchange.support中的方法 修饰符和类型 方法 说明 PeerAbstractExchangeGroup. join(URL url, ChannelHandler handler)ExchangePeerAbstractExchangeGroup. join(URL url, ExchangeHandler handler)ExchangePeerMulticastExchangeGroup. join(URL url, ExchangeHandler handler)ExchangePeerFileExchangeGroup. joinExchange(URL url, ExchangeHandler handler)voidAbstractExchangeGroup. leave(URL url)voidFileExchangeGroup. leave(URL url)voidMulticastExchangeGroup. leave(URL url)ExchangeGroupFileExchangeNetworker. lookup(URL url)ExchangeGroupMulticastExchangeNetworker. lookup(URL url)参数类型为URL的org.apache.dubbo.remoting.p2p.exchange.support中的构造器 构造器 说明 AbstractExchangeGroup(URL url)FileExchangeGroup(URL url)MulticastExchangeGroup(URL url)类型变量类型为URL的org.apache.dubbo.remoting.p2p.exchange.support中的构造器参数 构造器 说明 ExchangeServerPeer(ExchangeServer server, Map<URL,ExchangeClient> clients, ExchangeGroup group) -
org.apache.dubbo.remoting.p2p.support中URL的使用
返回URL的org.apache.dubbo.remoting.p2p.support中的方法 修饰符和类型 方法 说明 URLAbstractGroup. getUrl()参数类型为URL的org.apache.dubbo.remoting.p2p.support中的方法 修饰符和类型 方法 说明 PeerAbstractGroup. join(URL url, ChannelHandler handler)PeerFileGroup. join(URL url, ChannelHandler handler)PeerMulticastGroup. join(URL url, ChannelHandler handler)voidAbstractGroup. leave(URL url)voidFileGroup. leave(URL url)voidMulticastGroup. leave(URL url)GroupFileNetworker. lookup(URL url)GroupMulticastNetworker. lookup(URL url)参数类型为URL的org.apache.dubbo.remoting.p2p.support中的构造器 构造器 说明 AbstractGroup(URL url)FileGroup(URL url)MulticastGroup(URL url)类型变量类型为URL的org.apache.dubbo.remoting.p2p.support中的构造器参数 构造器 说明 ServerPeer(RemotingServer server, Map<URL,Client> clients, Group group) -
org.apache.dubbo.remoting.redis.jedis中URL的使用
参数类型为URL的org.apache.dubbo.remoting.redis.jedis中的构造器 构造器 说明 ClusterRedisClient(URL url)MonoRedisClient(URL url)SentinelRedisClient(URL url) -
org.apache.dubbo.remoting.redis.support中URL的使用
返回URL的org.apache.dubbo.remoting.redis.support中的方法 修饰符和类型 方法 说明 URLAbstractRedisClient. getUrl()参数类型为URL的org.apache.dubbo.remoting.redis.support中的构造器 构造器 说明 AbstractRedisClient(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.all2中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.all2中的方法 修饰符和类型 方法 说明 ChannelHandlerAllDispatcher2. dispatch(ChannelHandler handler, URL url)参数类型为URL的org.apache.dubbo.remoting.transport.dispatcher.all2中的构造器 构造器 说明 AllChannelHandler2(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.grizzly中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.grizzly中的方法 修饰符和类型 方法 说明 RemotingServerGrizzlyTransporter. bind(URL url, ChannelHandler handler)ClientGrizzlyTransporter. connect(URL url, ChannelHandler handler)参数类型为URL的org.apache.dubbo.remoting.transport.grizzly中的构造器 构造器 说明 GrizzlyClient(URL url, ChannelHandler handler)GrizzlyCodecAdapter(Codec2 codec, URL url, ChannelHandler handler)GrizzlyHandler(URL url, ChannelHandler handler)GrizzlyServer(URL url, ChannelHandler handler) -
org.apache.dubbo.remoting.transport.mina中URL的使用
参数类型为URL的org.apache.dubbo.remoting.transport.mina中的方法 修饰符和类型 方法 说明 RemotingServerMinaTransporter. bind(URL url, ChannelHandler handler)ClientMinaTransporter. connect(URL url, ChannelHandler handler)参数类型为URL的org.apache.dubbo.remoting.transport.mina中的构造器 构造器 说明 MinaClient(URL url, ChannelHandler handler)MinaHandler(URL url, ChannelHandler handler)MinaServer(URL url, ChannelHandler handler) -
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中的方法 修饰符和类型 方法 说明 URLAbstractZookeeperClient. getUrl()URLZookeeperClient. getUrl()参数类型为URL的org.apache.dubbo.remoting.zookeeper中的方法 修饰符和类型 方法 说明 ZookeeperClientAbstractZookeeperTransporter. connect(URL url)share connect for registry, metadata, etc..ZookeeperClientZookeeperTransporter. connect(URL url)List<String>AbstractZookeeperTransporter. getURLBackupAddress(URL url)get all zookeeper urls (such as :zookeeper://127.0.0.1:2181?参数类型为URL的org.apache.dubbo.remoting.zookeeper中的构造器 构造器 说明 AbstractZookeeperClient(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.curator5中URL的使用
参数类型为URL的org.apache.dubbo.remoting.zookeeper.curator5中的方法 修饰符和类型 方法 说明 ZookeeperClientCurator5ZookeeperTransporter. createZookeeperClient(URL url)参数类型为URL的org.apache.dubbo.remoting.zookeeper.curator5中的构造器 构造器 说明 Curator5ZookeeperClient(URL url) -
org.apache.dubbo.rpc中URL的使用
返回URL的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 URLRpcContext. getConsumerUrl()default URLProtocolServer. getUrl()URLRpcContext. getUrl()返回变量类型为URL的类型的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 List<URL>RpcContext. 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)static voidRpcContext. setRpcContext(URL url)voidRpcContext. setUrl(URL url)类型变量类型为URL的org.apache.dubbo.rpc中的方法参数 修饰符和类型 方法 说明 voidRpcContext. 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. getSubscribeConsumerurl()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.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.address中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.router.address中的方法 修饰符和类型 方法 说明 RouterAddressRouterFactory. getRouter(URL url)<T> List<Invoker<T>>AddressInvokersSelector. route(List<Invoker<T>> invokers, URL url, Invocation invocation) -
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.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.tag中URL的使用
返回URL的org.apache.dubbo.rpc.cluster.router.tag中的方法 修饰符和类型 方法 说明 URLTagRouter. getUrl()参数类型为URL的org.apache.dubbo.rpc.cluster.router.tag中的方法 修饰符和类型 方法 说明 <T> List<Invoker<T>>TagRouter. route(List<Invoker<T>> invokers, URL url, Invocation invocation)参数类型为URL的org.apache.dubbo.rpc.cluster.router.tag中的构造器 构造器 说明 TagRouter(URL url) -
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.migration中URL的使用
参数类型为URL的org.apache.dubbo.rpc.cluster.support.migration中的方法 修饰符和类型 方法 说明 voidMigrationClusterInvoker. reRefer(URL newSubscribeUrl) -
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()URLAsyncToSyncInvoker. getUrl()URLInvokerWrapper. getUrl()参数类型为URL的org.apache.dubbo.rpc.protocol中的方法 修饰符和类型 方法 说明 <T> Invoker<T>AbstractProtocol. refer(Class<T> type, URL url)<T> Invoker<T>ProtocolFilterWrapper. 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)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.memcached中URL的使用
参数类型为URL的org.apache.dubbo.rpc.protocol.memcached中的方法 修饰符和类型 方法 说明 <T> Invoker<T>MemcachedProtocol. protocolBindingRefer(Class<T> type, 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.thrift中URL的使用
参数类型为URL的org.apache.dubbo.rpc.protocol.thrift中的构造器 构造器 说明 ThriftInvoker(Class<T> service, URL url, ExchangeClient[] clients)已过时。ThriftInvoker(Class<T> type, URL url, ExchangeClient[] clients, 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.serialize.hessian中URL的使用
参数类型为URL的org.apache.dubbo.serialize.hessian中的方法 修饰符和类型 方法 说明 ObjectInputHessian2Serialization. deserialize(URL url, InputStream is)ObjectOutputHessian2Serialization. serialize(URL url, OutputStream out) -
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)
-