Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
void |
HBaseAdmin.assign(byte[] regionName) |
boolean |
HBaseAdmin.balancer()
Invoke the balancer.
|
boolean |
HBaseAdmin.balanceSwitch(boolean b)
Deprecated.
use setBalancerRunning(boolean, boolean) instead
|
static void |
HBaseAdmin.checkHBaseAvailable(org.apache.hadoop.conf.Configuration conf)
Check to see if HBase is running.
|
static HConnection |
HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf)
Create a new HConnection instance using the passed
conf
instance. |
static HConnection |
HConnectionManager.getConnection(org.apache.hadoop.conf.Configuration conf)
Get the connection that goes with the passed
conf
configuration instance. |
HMasterInterface |
HConnection.getMaster()
Deprecated.
Removed because it was a mistake exposing master in this
interface (master is an implementation detail). Master functions are
available from HConnection or HBaseAdmin, without having to use
directly the master.
Deprecated in HBase 0.94
|
HMasterInterface |
HBaseAdmin.getMaster()
Deprecated.
Master is an implementation detail for HBaseAdmin.
Deprecated in HBase 0.94
|
boolean |
HConnection.isMasterRunning() |
boolean |
HBaseAdmin.isMasterRunning() |
void |
HBaseAdmin.move(byte[] encodedRegionName,
byte[] destServerName)
Move the region
r to dest . |
boolean |
HBaseAdmin.setBalancerRunning(boolean on,
boolean synchronous)
Turn the load balancer on or off.
|
void |
HBaseAdmin.unassign(byte[] regionName,
boolean force)
Unassign a region from current hosting regionserver.
|
Constructor and Description |
---|
HBaseAdmin(org.apache.hadoop.conf.Configuration c)
Constructor
|
HBaseAdmin(HConnection connection)
Constructor for externally managed HConnections.
|
Constructor and Description |
---|
ServerManager(Server master,
MasterServices services)
Constructor.
|
Constructor and Description |
---|
HBaseFsck(org.apache.hadoop.conf.Configuration conf)
Constructor
|
HBaseFsck(org.apache.hadoop.conf.Configuration conf,
ExecutorService exec)
Constructor
|
Constructor and Description |
---|
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf,
String descriptor,
Abortable abortable)
Instantiate a ZooKeeper connection and watcher.
|
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf,
String descriptor,
Abortable abortable,
boolean canCreateBaseZNode)
Instantiate a ZooKeeper connection and watcher.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.