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

Packages that use MasterNotRunningException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.tableindexed This package provides support for secondary indexing by maintaining a separate, "index", table for each index. 
 

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
 

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

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



Copyright © 2010 The Apache Software Foundation