类的使用
org.apache.dubbo.registry.support.FailbackRegistry
-
-
org.apache.dubbo.registry.dns中FailbackRegistry的使用
org.apache.dubbo.registry.dns中FailbackRegistry的子类 修饰符和类型 类 说明 classDNSRegistryEmpty implements for DNS
DNS only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
DNSServiceDiscoveryis the real implementation of DNS -
org.apache.dubbo.registry.kubernetes中FailbackRegistry的使用
org.apache.dubbo.registry.kubernetes中FailbackRegistry的子类 修饰符和类型 类 说明 classKubernetesRegistryEmpty implements for Kubernetes
Kubernetes only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
KubernetesServiceDiscoveryis the real implementation of Kubernetes -
org.apache.dubbo.registry.multicast中FailbackRegistry的使用
org.apache.dubbo.registry.multicast中FailbackRegistry的子类 修饰符和类型 类 说明 classMulticastRegistryMulticastRegistry -
org.apache.dubbo.registry.nacos中FailbackRegistry的使用
org.apache.dubbo.registry.nacos中FailbackRegistry的子类 修饰符和类型 类 说明 classNacosRegistryNacosRegistry -
org.apache.dubbo.registry.retry中FailbackRegistry的使用
参数类型为FailbackRegistry的org.apache.dubbo.registry.retry中的构造器 构造器 说明 FailedRegisteredTask(URL url, FailbackRegistry registry)FailedSubscribedTask(URL url, FailbackRegistry registry, NotifyListener listener)FailedUnregisteredTask(URL url, FailbackRegistry registry)FailedUnsubscribedTask(URL url, FailbackRegistry registry, NotifyListener listener)ReExportTask(Runnable runnable, URL oldUrl, FailbackRegistry registry) -
org.apache.dubbo.registry.support中FailbackRegistry的使用
org.apache.dubbo.registry.support中FailbackRegistry的子类 修饰符和类型 类 说明 classCacheableFailbackRegistryUseful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd. -
org.apache.dubbo.registry.xds中FailbackRegistry的使用
org.apache.dubbo.registry.xds中FailbackRegistry的子类 修饰符和类型 类 说明 classXdsRegistryEmpty implements for xDS
xDS only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
XdsServiceDiscoveryis the real implementation of xDS -
org.apache.dubbo.registry.zookeeper中FailbackRegistry的使用
org.apache.dubbo.registry.zookeeper中FailbackRegistry的子类 修饰符和类型 类 说明 classZookeeperRegistryZookeeperRegistry
-