}
public LilyClient(ZooKeeperItf zk, boolean keepAlive) throws IOException, InterruptedException, KeeperException, ZkConnectException,
NoServersException, RepositoryException {
this.zk = zk;
schemaCache = new RemoteSchemaCache(zk, this);
this.keepAlive = keepAlive;
init();
}