use of org.apache.hadoop.hbase.zookeeper.ZKWatcher in project hbase by apache.
the class TestZKSecretWatcherRefreshKeys method newZK.
private static ZKWatcher newZK(Configuration conf, String name, Abortable abort) throws Exception {
Configuration copy = HBaseConfiguration.create(conf);
ZKWatcher zk = new ZKWatcher(copy, name, abort);
return zk;
}
Aggregations