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

Packages that use MasterNotRunningException
org.apache.hadoop.hbase.client   
 

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

Methods in org.apache.hadoop.hbase.client that throw MasterNotRunningException
static void HBaseAdmin.checkHBaseAvailable(HBaseConfiguration conf)
          Check to see if HBase is running.
 HMasterInterface HConnection.getMaster()
           
 HMasterInterface HBaseAdmin.getMaster()
           
 boolean HConnection.tableExists(byte[] tableName)
          Checks if tableName exists.
 boolean HBaseAdmin.tableExists(byte[] tableName)
           
 boolean HBaseAdmin.tableExists(String tableName)
           
 

Constructors in org.apache.hadoop.hbase.client that throw MasterNotRunningException
HBaseAdmin(HBaseConfiguration conf)
          Constructor
 



Copyright © 2008 The Apache Software Foundation