org.apache.zookeeper.server
Class ZooKeeperServerMain

java.lang.Object
  extended by org.apache.zookeeper.server.ZooKeeperServerMain

public class ZooKeeperServerMain
extends Object

This class starts and runs a standalone ZooKeeperServer.


Constructor Summary
ZooKeeperServerMain()
           
 
Method Summary
static void main(String[] args)
           
static void runStandalone(ZooKeeperServer.Factory factory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperServerMain

public ZooKeeperServerMain()
Method Detail

main

public static void main(String[] args)

runStandalone

public static void runStandalone(ZooKeeperServer.Factory factory)


Copyright © 2008 The Apache Software Foundation