public class RegistryServerSync extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, com.alibaba.dubbo.registry.NotifyListener
| 构造器和说明 |
|---|
RegistryServerSync() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
ConcurrentMap<String,ConcurrentMap<String,Map<Long,com.alibaba.dubbo.common.URL>>> |
getRegistryCache() |
void |
notify(List<com.alibaba.dubbo.common.URL> urls) |
public ConcurrentMap<String,ConcurrentMap<String,Map<Long,com.alibaba.dubbo.common.URL>>> getRegistryCache()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy 在接口中 org.springframework.beans.factory.DisposableBeanExceptionpublic void notify(List<com.alibaba.dubbo.common.URL> urls)
notify 在接口中 com.alibaba.dubbo.registry.NotifyListenerCopyright © 2011–2017 Alibaba. All rights reserved.