|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MasterNotRunningException | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.security.access |
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.MasterKeepAliveConnection |
HConnectionManager.HConnectionImplementation.getKeepAliveMasterService()
|
org.apache.hadoop.hbase.client.MasterKeepAliveConnection |
HConnection.getKeepAliveMasterService()
Deprecated. Since 0.96.0 |
org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface |
HConnectionManager.HConnectionImplementation.getMaster()
|
boolean |
HBaseAdmin.isBalancerEnabled()
Query the state of the balancer from the Master. |
boolean |
HBaseAdmin.isCatalogJanitorEnabled()
Query on the catalog janitor state (Enabled/Disabled?) |
boolean |
HConnectionManager.HConnectionImplementation.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. |
Uses of MasterNotRunningException in org.apache.hadoop.hbase.security.access |
---|
Methods in org.apache.hadoop.hbase.security.access that throw MasterNotRunningException | |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(org.apache.hadoop.conf.Configuration conf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |