Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.util |
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 |
HConnection.isMasterRunning()
Deprecated.
internal method, do not use thru HConnection
|
boolean |
HBaseAdmin.isMasterRunning()
Deprecated.
this has been deprecated without a replacement
|
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 of Admin instead. |
HBaseAdmin(Connection connection)
Deprecated.
Constructing HBaseAdmin objects manually has been deprecated.
Use
Connection.getAdmin() to obtain an instance of Admin instead. |
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
static boolean |
AccessControlClient.isAccessControllerRunning(Connection connection) |
Constructor and Description |
---|
HBaseFsck(org.apache.hadoop.conf.Configuration conf)
Constructor
|
HBaseFsck(org.apache.hadoop.conf.Configuration conf,
ExecutorService exec)
Constructor
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.