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 RecoverableZooKeeper
ZKWatcher.recoverableZooKeeper
Methods in org.apache.hadoop.hbase.zookeeper that return RecoverableZooKeeperModifier and TypeMethodDescriptionstatic RecoverableZooKeeper
RecoverableZooKeeper.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 RecoverableZooKeeper
RecoverableZooKeeper.connect
(org.apache.hadoop.conf.Configuration conf, org.apache.zookeeper.Watcher watcher) ZKWatcher.getRecoverableZooKeeper()
Get the connection to ZooKeeper.