public class DubboRegistry extends FailbackRegistry
| 构造器和说明 |
|---|
DubboRegistry(org.apache.dubbo.rpc.Invoker<RegistryService> registryInvoker,
RegistryService registryService) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
void |
doRegister(org.apache.dubbo.common.URL url) |
void |
doSubscribe(org.apache.dubbo.common.URL url,
NotifyListener listener) |
void |
doUnregister(org.apache.dubbo.common.URL url) |
void |
doUnsubscribe(org.apache.dubbo.common.URL url,
NotifyListener listener) |
boolean |
isAvailable() |
List<org.apache.dubbo.common.URL> |
lookup(org.apache.dubbo.common.URL url) |
register, removeFailedNotifiedTask, removeFailedRegisteredTask, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribedoSaveProperties, getCacheFile, getCacheProperties, getCacheUrls, getLastCacheChanged, getNotified, getRegistered, getSubscribed, getUrl, toStringpublic DubboRegistry(org.apache.dubbo.rpc.Invoker<RegistryService> registryInvoker, RegistryService registryService)
public boolean isAvailable()
public void destroy()
destroy 在接口中 org.apache.dubbo.common.Nodedestroy 在类中 FailbackRegistrypublic void doRegister(org.apache.dubbo.common.URL url)
doRegister 在类中 FailbackRegistrypublic void doUnregister(org.apache.dubbo.common.URL url)
doUnregister 在类中 FailbackRegistrypublic void doSubscribe(org.apache.dubbo.common.URL url,
NotifyListener listener)
doSubscribe 在类中 FailbackRegistrypublic void doUnsubscribe(org.apache.dubbo.common.URL url,
NotifyListener listener)
doUnsubscribe 在类中 FailbackRegistrypublic List<org.apache.dubbo.common.URL> lookup(org.apache.dubbo.common.URL url)
lookup 在接口中 RegistryServicelookup 在类中 AbstractRegistryCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.