Exemplo n.º 1
0
 /**
  * Return the managed ZK instance.
  *
  * @return client the client
  * @throws Exception if the connection timeout has elapsed or an exception occurs in a background
  *     process
  */
 public ZooKeeper getZooKeeper() throws Exception {
   return state.getZooKeeper();
 }