Uses of Class
org.apache.hadoop.hbase.ZooKeeperConnectionException

Packages that use ZooKeeperConnectionException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.zookeeper   
 

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

Methods in org.apache.hadoop.hbase.client that throw ZooKeeperConnectionException
 void HBaseAdmin.assign(byte[] regionName, boolean force)
           
 boolean HBaseAdmin.balancer()
          Invoke the balancer.
 boolean HBaseAdmin.balanceSwitch(boolean b)
          Turn the load balancer on or off.
static void HBaseAdmin.checkHBaseAvailable(org.apache.hadoop.conf.Configuration conf)
          Check to see if HBase is running.
static HConnection HConnectionManager.getConnection(org.apache.hadoop.conf.Configuration conf)
          Get the connection that goes with the passed conf configuration instance.
 HMasterInterface HConnection.getMaster()
           
 HMasterInterface HBaseAdmin.getMaster()
          Get a connection to the currently set master.
static boolean HTable.getRegionCachePrefetch(byte[] tableName)
          Check whether region cache prefetch is enabled or not for the table.
static boolean HTable.getRegionCachePrefetch(org.apache.hadoop.conf.Configuration conf, byte[] tableName)
          Check whether region cache prefetch is enabled or not for the table.
 boolean HConnection.isMasterRunning()
           
 boolean HBaseAdmin.isMasterRunning()
           
 void HBaseAdmin.move(byte[] encodedRegionName, byte[] destServerName)
          Move the region r to dest.
static void HTable.setRegionCachePrefetch(byte[] tableName, boolean enable)
          Enable or disable region cache prefetch for the table.
static void HTable.setRegionCachePrefetch(org.apache.hadoop.conf.Configuration conf, byte[] tableName, boolean enable)
          Enable or disable region cache prefetch for the table.
 void HBaseAdmin.unassign(byte[] regionName, boolean force)
          Unassign a region from current hosting regionserver.
 

Constructors in org.apache.hadoop.hbase.client that throw ZooKeeperConnectionException
HBaseAdmin(org.apache.hadoop.conf.Configuration c)
          Constructor
 

Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.util
 

Constructors in org.apache.hadoop.hbase.util that throw ZooKeeperConnectionException
HBaseFsck(org.apache.hadoop.conf.Configuration conf)
          Constructor
 

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

Constructors in org.apache.hadoop.hbase.zookeeper that throw ZooKeeperConnectionException
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf, String descriptor, Abortable abortable)
          Instantiate a ZooKeeper connection and watcher.
 



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