org.apache.zookeeper
Class ZooKeeperMain

java.lang.Object
  extended by org.apache.zookeeper.ZooKeeperMain

public class ZooKeeperMain
extends Object

The command line client to ZooKeeper.


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

Constructor Detail

ZooKeeperMain

public ZooKeeperMain()
Method Detail

main

public static void main(String[] args)
                 throws NumberFormatException,
                        KeeperException,
                        IOException,
                        InterruptedException
Throws:
NumberFormatException
KeeperException
IOException
InterruptedException


Copyright © 2008 The Apache Software Foundation