public class EtcdRegistry extends FailbackRegistry
| Constructor and Description |
|---|
EtcdRegistry(URL url,
EtcdTransporter etcdTransporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
destroy.
|
void |
doRegister(URL url) |
void |
doSubscribe(URL url,
NotifyListener listener) |
void |
doUnregister(URL url) |
void |
doUnsubscribe(URL url,
NotifyListener listener) |
boolean |
isAvailable()
is available.
|
reExportRegister, reExportUnregister, register, removeFailedNotifiedTask, removeFailedRegisteredTask, removeFailedSubscribedTask, removeFailedUnregisteredTask, removeFailedUnsubscribedTask, subscribe, unregister, unsubscribedoSaveProperties, getCacheFile, getCacheProperties, getCacheUrls, getLastCacheChanged, getNotified, getRegistered, getSubscribed, getUrl, lookup, toStringpublic EtcdRegistry(URL url, EtcdTransporter etcdTransporter)
public void doRegister(URL url)
doRegister in class FailbackRegistrypublic void doUnregister(URL url)
doUnregister in class FailbackRegistrypublic void doSubscribe(URL url, NotifyListener listener)
doSubscribe in class FailbackRegistrypublic void doUnsubscribe(URL url, NotifyListener listener)
doUnsubscribe in class FailbackRegistrypublic boolean isAvailable()
Nodepublic void destroy()
Nodedestroy in interface Nodedestroy in class FailbackRegistryCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.