com.alibaba.dubbo.registry.zookeeper
Class ZookeeperRegistryFactory

java.lang.Object
  extended by com.alibaba.dubbo.registry.support.AbstractRegistryFactory
      extended by com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistryFactory
All Implemented Interfaces:
RegistryFactory

public class ZookeeperRegistryFactory
extends AbstractRegistryFactory

ZookeeperRegistryFactory.

Author:
william.liangf

Constructor Summary
ZookeeperRegistryFactory()
           
 
Method Summary
 Registry createRegistry(URL url)
           
 void setZookeeperTransporter(ZookeeperTransporter zookeeperTransporter)
           
 
Methods inherited from class com.alibaba.dubbo.registry.support.AbstractRegistryFactory
destroyAll, getRegistries, getRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZookeeperRegistryFactory

public ZookeeperRegistryFactory()
Method Detail

setZookeeperTransporter

public void setZookeeperTransporter(ZookeeperTransporter zookeeperTransporter)

createRegistry

public Registry createRegistry(URL url)


Copyright © 2012–2017 Alibaba. All rights reserved.