Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
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 |
HConnection.getKeepAliveMasterService()
Deprecated.
Since 0.96.0
|
boolean |
HBaseAdmin.isCatalogJanitorEnabled()
Query on the catalog janitor state (Enabled/Disabled?)
|
boolean |
HBaseAdmin.isMasterRunning() |
boolean |
HConnection.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.
|
Constructor and Description |
---|
HBaseAdmin(org.apache.hadoop.conf.Configuration c)
Constructor.
|
HBaseAdmin(HConnection connection)
Constructor for externally managed HConnections.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(org.apache.hadoop.conf.Configuration conf) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.