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

Packages that use ZooKeeperWrapper
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.stargate.auth   
 

Uses of ZooKeeperWrapper in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return ZooKeeperWrapper
 ZooKeeperWrapper HConnectionManager.ClientZKWatcher.getZooKeeperWrapper()
          Get this watcher's ZKW, instanciate it if necessary.
 ZooKeeperWrapper HConnection.getZooKeeperWrapper()
          Retrieve ZooKeeperWrapper used by the connection.
 

Uses of ZooKeeperWrapper in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return ZooKeeperWrapper
 ZooKeeperWrapper HMaster.getZooKeeperWrapper()
          Get the ZK wrapper object
 

Uses of ZooKeeperWrapper in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return ZooKeeperWrapper
 ZooKeeperWrapper HRegionServer.getZooKeeperWrapper()
           
 

Uses of ZooKeeperWrapper in org.apache.hadoop.hbase.stargate.auth
 

Constructors in org.apache.hadoop.hbase.stargate.auth with parameters of type ZooKeeperWrapper
ZooKeeperAuthenticator(HBaseConfiguration conf, ZooKeeperWrapper wrapper)
          Constructor
 



Copyright © 2010 The Apache Software Foundation