Beispiel #1
0
 private void init()
     throws InterruptedException, KeeperException, NoServersException, RepositoryException {
   zk.addDefaultWatcher(watcher);
   refreshServers();
   schemaCache.start();
   this.isClosed = false;
 }