| Package | Description |
|---|---|
| com.weibo.api.motan.cluster.support | |
| com.weibo.api.motan.registry | |
| com.weibo.api.motan.registry.support | |
| com.weibo.api.motan.registry.support.command |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterSupport<T>
Notify cluster the referers have changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryService.subscribe(URL url,
NotifyListener listener) |
void |
DiscoveryService.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalRegistryService.doSubscribe(URL url,
NotifyListener listener) |
protected abstract void |
AbstractRegistry.doSubscribe(URL url,
NotifyListener listener) |
protected void |
DirectRegistry.doSubscribe(URL url,
NotifyListener listener) |
void |
LocalRegistryService.doUnsubscribe(URL url,
NotifyListener listener) |
protected abstract void |
AbstractRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
protected void |
DirectRegistry.doUnsubscribe(URL url,
NotifyListener listener) |
protected void |
AbstractRegistry.notify(URL refUrl,
NotifyListener listener,
List<URL> urls) |
void |
AbstractRegistry.subscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.subscribe(URL url,
NotifyListener listener) |
void |
AbstractRegistry.unsubscribe(URL url,
NotifyListener listener) |
void |
FailbackRegistry.unsubscribe(URL url,
NotifyListener listener) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.