| Added Methods | 
  | ListgetChildren(String,boolean, Stat) | For the given znode path return the stat and children list. | 
  | ListgetChildren(String,Watcher, Stat) | For the given znode path return the stat and children list. | 
  | voidgetChildren(String,boolean, Children2Callback, Object) | The asynchronous version of getChildren. | 
  | voidgetChildren(String,Watcher, Children2Callback, Object) | The asynchronous version of getChildren. | 
  | ZooKeeperSaslClientgetSaslClient() |  | 
  | intgetSessionTimeout() | The negotiated session timeout for this ZooKeeper client instance. | 
  | Listmulti(Iterable) | Executes multiple ZooKeeper operations or none of them. | 
  | voidmulti(Iterable,MultiCallback, Object) | The asynchronous version of multi. | 
  | ListmultiInternal(MultiTransactionRecord) |  | 
  | voidmultiInternal(MultiTransactionRecord,MultiCallback, Object) |  | 
  | SocketAddresstestableLocalSocketAddress() | Returns the local address to which the socket is bound. | 
  | SocketAddresstestableRemoteSocketAddress() | Returns the address to which the socket is connected. | 
  | booleantestableWaitForShutdown(int) | Wait up to wait milliseconds for the underlying threads to shutdown. | 
  | StringtoString() | String representation of this ZooKeeper client. | 
  | Transactiontransaction() | A Transaction is a thin wrapper on the #multi method which provides a builder object that can be used to construct and commit an atomic set of operations. |