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 java.io.IOException
Throws:
java.io.IOException

createConnectionFactory

NIOServerCnxn.Factory createConnectionFactory()
                                              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation