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(Connection connection,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
HBaseAdmin.assign(byte[] regionName) |
static void |
HBaseAdmin.available(org.apache.hadoop.conf.Configuration conf)
Is HBase available? Throw an exception if not.
|
boolean |
ClusterConnection.isMasterRunning()
Deprecated.
this has been deprecated without a replacement
|
boolean |
ConnectionImplementation.isMasterRunning()
Deprecated.
this has been deprecated without a replacement
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(Connection connection) |
Modifier and Type | Method and Description |
---|---|
private static void |
HBaseFsckRepair.forceOfflineInZK(Admin admin,
RegionInfo region)
In 0.90, this forces an HRI offline by setting the RegionTransitionData
in ZK to have HBCK_CODE_NAME as the server.
|
Constructor and Description |
---|
HBaseFsck(org.apache.hadoop.conf.Configuration conf,
ExecutorService exec)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
private void |
ZKWatcher.createBaseZNodes() |
static org.apache.zookeeper.ZooKeeper |
ZooKeeperHelper.ensureConnectedZooKeeper(org.apache.zookeeper.ZooKeeper zookeeper,
int timeout)
Ensure passed zookeeper is connected.
|
Constructor and Description |
---|
ZKWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable)
Instantiate a ZooKeeper connection and watcher.
|
ZKWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable,
boolean canCreateBaseZNode)
Instantiate a ZooKeeper connection and watcher.
|
ZKWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable,
boolean canCreateBaseZNode,
boolean clientZK)
Instantiate a ZooKeeper connection and watcher.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.