public class NacosRegistry
extends org.apache.dubbo.registry.support.FailbackRegistry
RegistrySERVICE_NAME_SEPARATOR,
PAGINATION_SIZE,
LOOKUP_INTERVAL| 构造器和说明 |
|---|
NacosRegistry(org.apache.dubbo.common.URL url,
com.alibaba.nacos.api.naming.NamingService namingService) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRegister(org.apache.dubbo.common.URL url) |
void |
doSubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener) |
void |
doUnregister(org.apache.dubbo.common.URL url) |
void |
doUnsubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener) |
boolean |
isAvailable() |
List<org.apache.dubbo.common.URL> |
lookup(org.apache.dubbo.common.URL url) |
addFailedSubscribed, destroy, doNotify, notify, recover, reExportRegister, reExportUnregister, register, removeFailedNotifiedTask, removeFailedRegisteredTask, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribepublic NacosRegistry(org.apache.dubbo.common.URL url,
com.alibaba.nacos.api.naming.NamingService namingService)
public boolean isAvailable()
public List<org.apache.dubbo.common.URL> lookup(org.apache.dubbo.common.URL url)
lookup 在接口中 org.apache.dubbo.registry.RegistryServicelookup 在类中 org.apache.dubbo.registry.support.AbstractRegistrypublic void doRegister(org.apache.dubbo.common.URL url)
doRegister 在类中 org.apache.dubbo.registry.support.FailbackRegistrypublic void doUnregister(org.apache.dubbo.common.URL url)
doUnregister 在类中 org.apache.dubbo.registry.support.FailbackRegistrypublic void doSubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener)
doSubscribe 在类中 org.apache.dubbo.registry.support.FailbackRegistrypublic void doUnsubscribe(org.apache.dubbo.common.URL url,
org.apache.dubbo.registry.NotifyListener listener)
doUnsubscribe 在类中 org.apache.dubbo.registry.support.FailbackRegistryCopyright © 2020. All rights reserved.