Generated by
JDiff

Class org.apache.zookeeper.ZooKeeper

Removed Methods
void validatePath(String) Validate the provided znode path string
 

Added Methods
List getChildren(String, boolean, Stat) For the given znode path return the stat and children list.
List getChildren(String, Watcher, Stat) For the given znode path return the stat and children list.
void getChildren(String, boolean, Children2Callback, Object) The Asynchronous version of getChildren.
void getChildren(String, Watcher, Children2Callback, Object) The Asynchronous version of getChildren.
int getSessionTimeout() The negotiated session timeout for this ZooKeeper client instance.
SocketAddress testableLocalSocketAddress() Returns the local address to which the socket is bound.
SocketAddress testableRemoteSocketAddress() Returns the address to which the socket is connected.
boolean testableWaitForShutdown(int) Wait up to wait milliseconds for the underlying threads to shutdown.
String toString() String representation of this ZooKeeper client.