public class DubboRegistry extends FailbackRegistry
| Constructor and Description |
|---|
DubboRegistry(org.apache.dubbo.rpc.Invoker<RegistryService> registryInvoker,
RegistryService registryService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getFailedNotified, getFailedRegistered, getFailedSubscribed, getFailedUnregistered, getFailedUnsubscribed, 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 in interface org.apache.dubbo.common.Nodedestroy in class FailbackRegistrypublic void doRegister(org.apache.dubbo.common.URL url)
doRegister in class FailbackRegistrypublic void doUnregister(org.apache.dubbo.common.URL url)
doUnregister in class FailbackRegistrypublic void doSubscribe(org.apache.dubbo.common.URL url,
NotifyListener listener)
doSubscribe in class FailbackRegistrypublic void doUnsubscribe(org.apache.dubbo.common.URL url,
NotifyListener listener)
doUnsubscribe in class FailbackRegistrypublic List<org.apache.dubbo.common.URL> lookup(org.apache.dubbo.common.URL url)
lookup in interface RegistryServicelookup in class AbstractRegistryCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.