|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MasterNotRunningException | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of MasterNotRunningException in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that throw MasterNotRunningException | |
---|---|
void |
HBaseAdmin.assign(byte[] regionName)
|
boolean |
HBaseAdmin.balancer()
Invoke the balancer. |
static void |
HBaseAdmin.checkHBaseAvailable(org.apache.hadoop.conf.Configuration conf)
Check to see if HBase is running. |
boolean |
HBaseAdmin.enableCatalogJanitor(boolean enable)
Enable/Disable the catalog janitor |
org.apache.hadoop.hbase.client.MasterAdminKeepAliveConnection |
HConnectionWrapper.getKeepAliveMasterAdminService()
|
org.apache.hadoop.hbase.client.MasterAdminKeepAliveConnection |
HConnection.getKeepAliveMasterAdminService()
This function allows HBaseAdmin and potentially others to get a shared MasterAdminProtocol connection. |
org.apache.hadoop.hbase.client.MasterMonitorKeepAliveConnection |
HConnectionWrapper.getKeepAliveMasterMonitorService()
|
org.apache.hadoop.hbase.client.MasterMonitorKeepAliveConnection |
HConnection.getKeepAliveMasterMonitorService()
This function allows HBaseAdmin and potentially others to get a shared MasterMonitor connection. |
boolean |
HBaseAdmin.isCatalogJanitorEnabled()
Query on the catalog janitor state (Enabled/Disabled?) |
boolean |
HConnectionWrapper.isMasterRunning()
|
boolean |
HConnection.isMasterRunning()
|
boolean |
HBaseAdmin.isMasterRunning()
|
void |
HBaseAdmin.move(byte[] encodedRegionName,
byte[] destServerName)
Move the region r to dest . |
int |
HBaseAdmin.runCatalogScan()
Ask for a scan of the catalog table |
boolean |
HBaseAdmin.setBalancerRunning(boolean on,
boolean synchronous)
Turn the load balancer on or off. |
void |
HBaseAdmin.unassign(byte[] regionName,
boolean force)
Unassign a region from current hosting regionserver. |
Constructors in org.apache.hadoop.hbase.client that throw MasterNotRunningException | |
---|---|
HBaseAdmin(org.apache.hadoop.conf.Configuration c)
Constructor. |
|
HBaseAdmin(HConnection connection)
Constructor for externally managed HConnections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |