接口的使用
org.apache.dubbo.registry.Registry
-
-
com.alibaba.dubbo.registry中Registry的使用
com.alibaba.dubbo.registry中Registry的子接口 修饰符和类型 接口 说明 interfaceRegistry已过时。返回Registry的com.alibaba.dubbo.registry中的方法 修饰符和类型 方法 说明 RegistryRegistryFactory. getRegistry(URL url)已过时。default RegistryRegistryFactory. getRegistry(URL url)已过时。 -
com.alibaba.dubbo.registry.support中Registry的使用
实现Registry的com.alibaba.dubbo.registry.support中的类 修饰符和类型 类 说明 classAbstractRegistry已过时。classFailbackRegistry已过时。 -
org.apache.dubbo.registry中Registry的使用
实现Registry的org.apache.dubbo.registry中的类 修饰符和类型 类 说明 classListenerRegistryWrapper返回Registry的org.apache.dubbo.registry中的方法 修饰符和类型 方法 说明 RegistryListenerRegistryWrapper. getRegistry()RegistryRegistryFactory. getRegistry(URL url)Connect to the registryRegistryRegistryFactoryWrapper. getRegistry(URL url)参数类型为Registry的org.apache.dubbo.registry中的方法 修饰符和类型 方法 说明 default voidRegistryServiceListener. onRegister(URL url, Registry registry)default voidRegistryServiceListener. onSubscribe(URL url, Registry registry)default voidRegistryServiceListener. onUnregister(URL url, Registry registry)default voidRegistryServiceListener. onUnsubscribe(URL url, Registry registry)参数类型为Registry的org.apache.dubbo.registry中的构造器 构造器 说明 ListenerRegistryWrapper(Registry registry, List<RegistryServiceListener> listeners) -
org.apache.dubbo.registry.client中Registry的使用
实现Registry的org.apache.dubbo.registry.client中的类 修饰符和类型 类 说明 classServiceDiscoveryRegistryBeing different to the traditional registry,ServiceDiscoveryRegistrythat is a new service-orientedRegistrybased onServiceDiscovery, it will not interact in the external registry directly, but store theurlsthat Dubbo services exported and referenced intoWritableMetadataServicewhenServiceDiscoveryRegistry.register(URL)andServiceDiscoveryRegistry.subscribe(URL, NotifyListener)methods are executed. -
org.apache.dubbo.registry.client.migration中Registry的使用
参数类型为Registry的org.apache.dubbo.registry.client.migration中的构造器 构造器 说明 MigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)MigrationInvoker(ClusterInvoker<T> invoker, ClusterInvoker<T> serviceDiscoveryInvoker, RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)ServiceDiscoveryMigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl) -
org.apache.dubbo.registry.dns中Registry的使用
实现Registry的org.apache.dubbo.registry.dns中的类 修饰符和类型 类 说明 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.integration中Registry的使用
返回Registry的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 RegistryDynamicDirectory. getRegistry()参数类型为Registry的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 <T> ClusterInvoker<T>InterfaceCompatibleRegistryProtocol. getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>RegistryProtocol. getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>InterfaceCompatibleRegistryProtocol. getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)<T> ClusterInvoker<T>RegistryProtocol. getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)voidDynamicDirectory. setRegistry(Registry registry) -
org.apache.dubbo.registry.kubernetes中Registry的使用
实现Registry的org.apache.dubbo.registry.kubernetes中的类 修饰符和类型 类 说明 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中Registry的使用
实现Registry的org.apache.dubbo.registry.multicast中的类 修饰符和类型 类 说明 classMulticastRegistryMulticastRegistry返回Registry的org.apache.dubbo.registry.multicast中的方法 修饰符和类型 方法 说明 RegistryMulticastRegistryFactory. createRegistry(URL url) -
org.apache.dubbo.registry.multiple中Registry的使用
实现Registry的org.apache.dubbo.registry.multiple中的类 修饰符和类型 类 说明 classMultipleRegistryMultipleRegistry返回变量类型为Registry的类型的org.apache.dubbo.registry.multiple中的方法 修饰符和类型 方法 说明 Map<String,Registry>MultipleRegistry. getReferenceRegistries()Map<String,Registry>MultipleRegistry. getServiceRegistries() -
org.apache.dubbo.registry.nacos中Registry的使用
实现Registry的org.apache.dubbo.registry.nacos中的类 修饰符和类型 类 说明 classNacosRegistryNacosRegistry -
org.apache.dubbo.registry.support中Registry的使用
实现Registry的org.apache.dubbo.registry.support中的类 修饰符和类型 类 说明 classAbstractRegistryAbstractRegistry.classCacheableFailbackRegistryUseful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd.classFailbackRegistryFailbackRegistry.返回Registry的org.apache.dubbo.registry.support中的方法 修饰符和类型 方法 说明 static RegistryAbstractRegistryFactory. getRegistry(String key)RegistryAbstractRegistryFactory. getRegistry(URL url)返回变量类型为Registry的类型的org.apache.dubbo.registry.support中的方法 修饰符和类型 方法 说明 static Collection<Registry>AbstractRegistryFactory. getRegistries()Get all registries参数类型为Registry的org.apache.dubbo.registry.support中的方法 修饰符和类型 方法 说明 static voidAbstractRegistryFactory. removeDestroyedRegistry(Registry toRm) -
org.apache.dubbo.registry.xds中Registry的使用
实现Registry的org.apache.dubbo.registry.xds中的类 修饰符和类型 类 说明 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中Registry的使用
实现Registry的org.apache.dubbo.registry.zookeeper中的类 修饰符和类型 类 说明 classZookeeperRegistryZookeeperRegistry返回Registry的org.apache.dubbo.registry.zookeeper中的方法 修饰符和类型 方法 说明 RegistryZookeeperRegistryFactory. createRegistry(URL url)
-