Package | Description |
---|---|
org.apache.hadoop.hbase.backup.example | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
static TableHFileArchiveTracker |
TableHFileArchiveTracker.create(org.apache.hadoop.conf.Configuration conf)
Create an archive tracker for the passed in server
|
Constructor and Description |
---|
HFileArchiveManager(HConnection connection,
org.apache.hadoop.conf.Configuration conf) |
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.
|
boolean |
ConnectionManager.HConnectionImplementation.isMasterRunning()
Deprecated.
|
boolean |
ConnectionAdapter.isMasterRunning()
Deprecated.
|
boolean |
HBaseAdmin.isMasterRunning()
Deprecated.
this has been deprecated without a replacement
|
boolean |
HConnection.isMasterRunning()
Deprecated.
internal method, do not use thru HConnection
|
boolean |
ClusterConnection.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) |
Modifier and Type | Method and Description |
---|---|
private static void |
HBaseFsckRepair.forceOfflineInZK(Admin admin,
HRegionInfo region)
In 0.90, this forces an HRI offline by setting the RegionTransitionData
in ZK to have HBCK_CODE_NAME as the server.
|
private void |
HBaseFsck.loadDisabledTables()
Load the list of disabled tables in ZK into local set.
|
Constructor and Description |
---|
HBaseFsck(org.apache.hadoop.conf.Configuration conf)
Constructor
|
HBaseFsck(org.apache.hadoop.conf.Configuration conf,
ExecutorService exec)
Constructor
|
Modifier and Type | Method and Description |
---|---|
private void |
ZooKeeperWatcher.createBaseZNodes() |
Constructor and Description |
---|
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable)
Instantiate a ZooKeeper connection and watcher.
|
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable,
boolean canCreateBaseZNode)
Instantiate a ZooKeeper connection and watcher.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.