程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.security.access |
限定符和类型 | 方法和说明 |
---|---|
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()
已过时。
|
org.apache.hadoop.hbase.client.MasterKeepAliveConnection |
HConnection.getKeepAliveMasterService()
已过时。
Since 0.96.0
|
boolean |
HBaseAdmin.isMasterRunning()
已过时。
this has been deprecated without a replacement
|
boolean |
ClusterConnection.isMasterRunning()
已过时。
this has been deprecated without a replacement
|
boolean |
HConnection.isMasterRunning()
已过时。
internal method, do not use thru HConnection
|
void |
HBaseAdmin.unassign(byte[] regionName,
boolean force)
Unassign a region from current hosting regionserver.
|
构造器和说明 |
---|
HBaseAdmin(org.apache.hadoop.conf.Configuration c)
已过时。
Constructing HBaseAdmin objects manually has been deprecated.
Use
Connection.getAdmin() to obtain an instance of Admin instead. |
HBaseAdmin(Connection connection)
已过时。
Constructing HBaseAdmin objects manually has been deprecated.
Use
Connection.getAdmin() to obtain an instance of Admin instead. |
限定符和类型 | 方法和说明 |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(org.apache.hadoop.conf.Configuration conf)
已过时。
|
static boolean |
AccessControlClient.isAccessControllerRunning(Connection connection) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.