org.apache.zookeeper.server
Interface ZooKeeperServer.Factory

Enclosing class:
ZooKeeperServer

public static interface ZooKeeperServer.Factory

Create an instance of ZooKeeper server


Method Summary
 NIOServerCnxn.Factory createConnectionFactory()
           
 ZooKeeperServer createServer()
           
 

Method Detail

createServer

ZooKeeperServer createServer()
                             throws IOException
Throws:
IOException

createConnectionFactory

NIOServerCnxn.Factory createConnectionFactory()
                                              throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation