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

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

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

Classes in com.alibaba.dubbo.registry.dubbo that implement RegistryFactory
 class DubboRegistryFactory
          DubboRegistryFactory
 

Uses of RegistryFactory in com.alibaba.dubbo.registry.integration
 

Methods in com.alibaba.dubbo.registry.integration with parameters of type RegistryFactory
 void RegistryProtocol.setRegistryFactory(RegistryFactory registryFactory)
           
 

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

Classes in com.alibaba.dubbo.registry.multicast that implement RegistryFactory
 class MulticastRegistryFactory
          MulticastRegistryLocator
 

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

Classes in com.alibaba.dubbo.registry.redis that implement RegistryFactory
 class RedisRegistryFactory
          RedisRegistryFactory
 

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

Classes in com.alibaba.dubbo.registry.support that implement RegistryFactory
 class AbstractRegistryFactory
          AbstractRegistryFactory.
 

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

Classes in com.alibaba.dubbo.registry.zookeeper that implement RegistryFactory
 class ZookeeperRegistryFactory
          ZookeeperRegistryFactory.
 



Copyright © 2012–2017 Alibaba. All rights reserved.