Uses of Interface
com.alibaba.dubbo.registry.RegistryService

Packages that use RegistryService
com.alibaba.dubbo.registry   
com.alibaba.dubbo.registry.dubbo   
com.alibaba.dubbo.registry.multicast   
com.alibaba.dubbo.registry.redis   
com.alibaba.dubbo.registry.support   
com.alibaba.dubbo.registry.zookeeper   
 

Uses of RegistryService in com.alibaba.dubbo.registry
 

Subinterfaces of RegistryService in com.alibaba.dubbo.registry
 interface Registry
          Registry.
 

Uses of RegistryService in com.alibaba.dubbo.registry.dubbo
 

Classes in com.alibaba.dubbo.registry.dubbo that implement RegistryService
 class DubboRegistry
          DubboRegistry
 

Constructors in com.alibaba.dubbo.registry.dubbo with parameters of type RegistryService
DubboRegistry(Invoker<RegistryService> registryInvoker, RegistryService registryService)
           
 

Constructor parameters in com.alibaba.dubbo.registry.dubbo with type arguments of type RegistryService
DubboRegistry(Invoker<RegistryService> registryInvoker, RegistryService registryService)
           
 

Uses of RegistryService in com.alibaba.dubbo.registry.multicast
 

Classes in com.alibaba.dubbo.registry.multicast that implement RegistryService
 class MulticastRegistry
          MulticastRegistry
 

Uses of RegistryService in com.alibaba.dubbo.registry.redis
 

Classes in com.alibaba.dubbo.registry.redis that implement RegistryService
 class RedisRegistry
          RedisRegistry
 

Uses of RegistryService in com.alibaba.dubbo.registry.support
 

Classes in com.alibaba.dubbo.registry.support that implement RegistryService
 class AbstractRegistry
          AbstractRegistry.
 class FailbackRegistry
          FailbackRegistry.
 

Uses of RegistryService in com.alibaba.dubbo.registry.zookeeper
 

Classes in com.alibaba.dubbo.registry.zookeeper that implement RegistryService
 class ZookeeperRegistry
          ZookeeperRegistry
 



Copyright © 2012–2017 Alibaba. All rights reserved.