Uses of Class
org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
Packages that use RecoverableZooKeeper
-
Uses of RecoverableZooKeeper in org.apache.hadoop.hbase.zookeeper
Fields in org.apache.hadoop.hbase.zookeeper declared as RecoverableZooKeeperModifier and TypeFieldDescriptionprivate final RecoverableZooKeeperZKWatcher.recoverableZooKeeperMethods in org.apache.hadoop.hbase.zookeeper that return RecoverableZooKeeperModifier and TypeMethodDescriptionstatic RecoverableZooKeeperRecoverableZooKeeper.connect(org.apache.hadoop.conf.Configuration conf, String ensemble, org.apache.zookeeper.Watcher watcher, String identifier, org.apache.zookeeper.client.ZKClientConfig zkClientConfig) Creates a new connection to ZooKeeper, pulling settings and ensemble config from the specified configuration object using methods fromZKConfig.static RecoverableZooKeeperRecoverableZooKeeper.connect(org.apache.hadoop.conf.Configuration conf, org.apache.zookeeper.Watcher watcher) ZKWatcher.getRecoverableZooKeeper()Get the connection to ZooKeeper.