|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
boolean |
HBaseAdmin.tableExists(org.apache.hadoop.io.Text tableName)
|
Constructors in org.apache.hadoop.hbase.client that throw MasterNotRunningException | |
---|---|
HBaseAdmin(HBaseConfiguration conf)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |