Generated by
JDiff

Package org.apache.zookeeper

Added Classes and Interfaces
AsyncCallback.Children2Callback  
KeeperException.SessionMovedException @see Code#SESSIONMOVED
 

Changed Classes and Interfaces
ClientCnxn This class manages the socket i/o for the client.
KeeperException.BadArgumentsException @see Code#BADARGUMENTS
KeeperException.BadVersionException @see Code#BADVERSION
KeeperException.Code Codes which represent the various KeeperException types.
KeeperException.InvalidACLException @see Code#INVALIDACL
KeeperException.NoChildrenForEphemeralsException @see Code#NOCHILDRENFOREPHEMERALS
KeeperException.NoNodeException @see Code#NONODE
KeeperException.NodeExistsException @see Code#NODEEXISTS
KeeperException.NotEmptyException @see Code#NOTEMPTY
Watcher.Event.KeeperState Enumeration of states the ZooKeeper may be at the event
ZooDefs.OpCode  
ZooKeeper This is the main class of ZooKeeper client library.
ZooKeeperMain The command line client to ZooKeeper.