Generated by
JDiff

Class org.apache.zookeeper.ZooKeeperMain

Removed Constructors
ZooKeeperMain()  
 

Added Constructors
ZooKeeperMain(String[])  
ZooKeeperMain(ZooKeeper)  
 

Added Methods
void addToHistory(int, String) Makes a list of possible completions either for commands or for zk nodes if the token to complete begins with /
void connectToZK(String)  
void executeLine(String)  
List getCommands()  
boolean getPrintWatches()  
String getPrompt()  
void printMessage(String)  
boolean processCmd(MyCommandOptions)  
boolean processZKCmd(MyCommandOptions)  
 

Changed Methods
void main(String[]) Change in exceptions: java.lang.NumberFormatException was removed..
 
 

Added Fields
MyCommandOptions cl  
int commandCount  
Map commandMap  
HashMap history  
String host  
boolean printWatches  
ZooKeeper zk