Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.backup.example | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.security.access | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
void |
TestMultiVersions.before() |
static ZooKeeperWatcher |
HBaseTestingUtility.createAndForceNodeToOpenedState(HBaseTestingUtility TEST_UTIL,
HRegion region,
ServerName serverName)
Creates a znode with OPENED state.
|
static ZooKeeperWatcher |
HBaseTestingUtility.createAndForceNodeToOpenedState(HBaseTestingUtility TEST_UTIL,
Region region,
ServerName serverName)
Creates a znode with OPENED state.
|
static ZooKeeperWatcher |
HBaseTestingUtility.getZooKeeperWatcher(HBaseTestingUtility TEST_UTIL)
Gets a ZooKeeperWatcher.
|
Modifier and Type | Method and Description |
---|---|
static TableHFileArchiveTracker |
TableHFileArchiveTracker.create(Configuration conf)
Create an archive tracker for the passed in server
|
Modifier and Type | Method and Description |
---|---|
void |
HBaseAdmin.assign(byte[] regionName) |
static void |
HBaseAdmin.checkHBaseAvailable(Configuration conf)
Check to see if HBase is running.
|
static ClusterConnection |
HConnectionTestingUtility.getMockedConnection(Configuration conf)
Get a Mocked
HConnection that goes with the passed conf
configuration instance. |
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 |
TestHBaseAdminNoCluster.testMasterMonitorCallableRetries()
Verify that PleaseHoldException gets retried.
|
void |
HBaseAdmin.unassign(byte[] regionName,
boolean force)
Unassign a region from current hosting regionserver.
|
Constructor and Description |
---|
HBaseAdmin(Configuration c)
Deprecated.
Constructing HBaseAdmin objects manually has been deprecated.
Use
Connection.getAdmin() to obtain an instance of Admin instead. |
Modifier and Type | Method and Description |
---|---|
void |
TestAssignmentManager.before() |
void |
TestMasterNoCluster.tearDown() |
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessControlClient.isAccessControllerRunning(Configuration conf)
Deprecated.
|
static boolean |
AccessControlClient.isAccessControllerRunning(Connection connection) |
Constructor and Description |
---|
HBaseFsck(Configuration conf)
Constructor
|
HBaseFsck(Configuration conf,
ExecutorService exec)
Constructor
|
MockServer() |
MockServer(HBaseTestingUtility htu) |
MockServer(HBaseTestingUtility htu,
boolean zkw) |
Modifier and Type | Method and Description |
---|---|
void |
TestZooKeeperWatcher.testIsClientReadable() |
Constructor and Description |
---|
ZooKeeperWatcher(Configuration conf,
String identifier,
Abortable abortable)
Instantiate a ZooKeeper connection and watcher.
|
ZooKeeperWatcher(Configuration conf,
String identifier,
Abortable abortable,
boolean canCreateBaseZNode)
Instantiate a ZooKeeper connection and watcher.
|