| 程序包 | 说明 |
|---|---|
| com.weibo.api.motan.cluster.support | |
| com.weibo.api.motan.registry | |
| com.weibo.api.motan.registry.support | |
| com.weibo.api.motan.registry.support.command |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterSupport<T>
Notify cluster the referers have changed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DiscoveryService.subscribe(URL url,
NotifyListener listener) |
void |
DiscoveryService.unsubscribe(URL url,
NotifyListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LocalRegistryService.doSubscribe(URL url,
NotifyListener listener) |
protected void |
DirectRegistry.doSubscribe(URL url,
NotifyListener listener) |
protected abstract void |
AbstractRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
LocalRegistryService.doUnsubscribe(URL url,
NotifyListener listener) |
protected void |
DirectRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
protected abstract void |
AbstractRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
protected void |
AbstractRegistry.notify(URL refUrl,
NotifyListener listener,
List<URL> urls) |
void |
FailbackRegistry.subscribe(URL url,
NotifyListener listener) |
void |
AbstractRegistry.subscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.unsubscribe(URL url,
NotifyListener listener) |
void |
AbstractRegistry.unsubscribe(URL url,
NotifyListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CommandServiceManager.addNotifyListener(NotifyListener notifyListener) |
protected void |
CommandFailbackRegistry.doSubscribe(URL url,
NotifyListener listener) |
protected void |
CommandFailbackRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
void |
CommandServiceManager.removeNotifyListener(NotifyListener notifyListener) |
Copyright © 2017. All rights reserved.