Uses of Class
org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper

Packages that use RecoverableZooKeeper
org.apache.hadoop.hbase.zookeeper   
 

Uses of RecoverableZooKeeper in org.apache.hadoop.hbase.zookeeper
 

Methods in org.apache.hadoop.hbase.zookeeper that return RecoverableZooKeeper
static RecoverableZooKeeper ZKUtil.connect(org.apache.hadoop.conf.Configuration conf, String ensemble, org.apache.zookeeper.Watcher watcher)
           
static RecoverableZooKeeper ZKUtil.connect(org.apache.hadoop.conf.Configuration conf, String ensemble, org.apache.zookeeper.Watcher watcher, String identifier)
           
static RecoverableZooKeeper ZKUtil.connect(org.apache.hadoop.conf.Configuration conf, org.apache.zookeeper.Watcher watcher)
          Creates a new connection to ZooKeeper, pulling settings and ensemble config from the specified configuration object using methods from ZKConfig.
 RecoverableZooKeeper ZooKeeperWatcher.getRecoverableZooKeeper()
          Get the connection to ZooKeeper.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.