类 CacheableFailbackRegistry
- java.lang.Object
-
- org.apache.dubbo.registry.support.AbstractRegistry
-
- org.apache.dubbo.registry.support.FailbackRegistry
-
- org.apache.dubbo.registry.support.CacheableFailbackRegistry
-
- 所有已实现的接口:
Node,Registry,RegistryService
- 直接已知子类:
ZookeeperRegistry
public abstract class CacheableFailbackRegistry extends FailbackRegistry
Useful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd.
-
-
构造器概要
构造器 构造器 说明 CacheableFailbackRegistry(URL url)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddoUnsubscribe(URL url, NotifyListener listener)-
从类继承的方法 org.apache.dubbo.registry.support.FailbackRegistry
destroy, doRegister, doSubscribe, doUnregister, reExportRegister, reExportUnregister, register, removeFailedRegisteredTask, removeFailedSubscribed, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribe
-
从类继承的方法 org.apache.dubbo.registry.support.AbstractRegistry
doSaveProperties, getCacheFile, getCacheProperties, getCacheUrls, getLastCacheChanged, getNotified, getRegistered, getSubscribed, getUrl, lookup, toString
-
从接口继承的方法 org.apache.dubbo.common.Node
isAvailable
-
-
-
-
构造器详细资料
-
CacheableFailbackRegistry
public CacheableFailbackRegistry(URL url)
-
-
方法详细资料
-
doUnsubscribe
public void doUnsubscribe(URL url, NotifyListener listener)
- 指定者:
doUnsubscribe在类中FailbackRegistry
-
-