Uses of Interface
org.apache.dubbo.registry.Registry
Packages that use Registry
Package
Description
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
-
Uses of Registry in org.apache.dubbo.registry
Classes in org.apache.dubbo.registry that implement RegistryMethods in org.apache.dubbo.registry that return RegistryModifier and TypeMethodDescriptionListenerRegistryWrapper.getRegistry()RegistryFactory.getRegistry(URL url) Connect to the registryRegistryFactoryWrapper.getRegistry(URL url) Methods in org.apache.dubbo.registry with parameters of type RegistryModifier and TypeMethodDescriptiondefault 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) Constructors in org.apache.dubbo.registry with parameters of type RegistryModifierConstructorDescriptionListenerRegistryWrapper(Registry registry, List<RegistryServiceListener> listeners) -
Uses of Registry in org.apache.dubbo.registry.client
Classes in org.apache.dubbo.registry.client that implement RegistryModifier and TypeClassDescriptionclassTODO, this bridge implementation is not necessary now, protocol can interact with service discovery directly. -
Uses of Registry in org.apache.dubbo.registry.client.migration
Constructors in org.apache.dubbo.registry.client.migration with parameters of type RegistryModifierConstructorDescriptionMigrationInvoker(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) -
Uses of Registry in org.apache.dubbo.registry.integration
Methods in org.apache.dubbo.registry.integration that return RegistryMethods in org.apache.dubbo.registry.integration with parameters of type RegistryModifier and TypeMethodDescription<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) -
Uses of Registry in org.apache.dubbo.registry.support
Classes in org.apache.dubbo.registry.support that implement RegistryModifier and TypeClassDescriptionclassProvides a fail-safe registry service backed by cache file.classBased on FailbackRegistry, it adds a URLAddress and URLParam cache to save RAM space.classA template implementation of registry service that provides auto-retry ability.Methods in org.apache.dubbo.registry.support that return RegistryModifier and TypeMethodDescriptionAbstractRegistryFactory.getRegistry(URL url) RegistryManager.getRegistry(String key) Methods in org.apache.dubbo.registry.support that return types with arguments of type RegistryMethods in org.apache.dubbo.registry.support with parameters of type RegistryModifier and TypeMethodDescriptionvoidRegistryManager.putRegistry(String key, Registry registry) voidRegistryManager.removeDestroyedRegistry(Registry toRm)