public class ZookeeperRegistry extends FailbackRegistry
| 构造器和说明 |
|---|
ZookeeperRegistry(URL url,
com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy()
destroy.
|
boolean |
isAvailable()
is available.
|
List<URL> |
lookup(URL url)
Query the registered data that matches the conditions.
|
getFailedNotified, getFailedRegistered, getFailedSubscribed, getFailedUnregistered, getFailedUnsubscribed, getRetryFuture, register, subscribe, unregister, unsubscribedoSaveProperties, getCacheFile, getCacheProperties, getCacheUrls, getLastCacheChanged, getNotified, getRegistered, getSubscribed, getUrl, toStringpublic ZookeeperRegistry(URL url, com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter zookeeperTransporter)
public boolean isAvailable()
Nodepublic void destroy()
Nodedestroy 在接口中 Nodedestroy 在类中 FailbackRegistrypublic List<URL> lookup(URL url)
RegistryServicelookup 在接口中 RegistryServicelookup 在类中 AbstractRegistryurl - Query condition, is not allowed to be empty, e.g. consumer://10.20.153.10/com.alibaba.foo.BarService?version=1.0.0&application=kylincom.alibaba.dubbo.registry.NotifyListener#notify(List) .NotifyListener.notify(List)Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.