| 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) | 
| static void | HBaseAdmin. checkHBaseAvailable(org.apache.hadoop.conf.Configuration conf)Check to see if HBase is running. | 
| org.apache.hadoop.hbase.client.MasterKeepAliveConnection | ClusterConnection. getKeepAliveMasterService()Deprecated.  | 
| org.apache.hadoop.hbase.client.MasterKeepAliveConnection | HConnection. getKeepAliveMasterService()Deprecated. 
 Since 0.96.0 | 
| boolean | ClusterConnection. isMasterRunning()Deprecated. 
 this has been deprecated without a replacement | 
| boolean | HBaseAdmin. isMasterRunning()Deprecated. 
 this has been deprecated without a replacement | 
| boolean | HConnection. isMasterRunning()Deprecated. 
 internal method, do not use thru HConnection | 
| void | HBaseAdmin. unassign(byte[] regionName,
        boolean force)Unassign a region from current hosting regionserver. | 
| Constructor and Description | 
|---|
| HBaseAdmin(org.apache.hadoop.conf.Configuration c)Deprecated. 
 Constructing HBaseAdmin objects manually has been deprecated.
 Use  Connection.getAdmin()to obtain an instance ofAdmininstead. | 
| HBaseAdmin(Connection connection)Deprecated. 
 Constructing HBaseAdmin objects manually has been deprecated.
 Use  Connection.getAdmin()to obtain an instance ofAdmininstead. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | AccessControlClient. isAccessControllerRunning(org.apache.hadoop.conf.Configuration conf)Deprecated. 
 | 
| static boolean | AccessControlClient. isAccessControllerRunning(Connection connection) | 
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.