Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
void |
HBaseAdmin.assign(byte[] regionName) |
boolean |
HBaseAdmin.balancer()
Invoke the balancer.
|
static void |
HBaseAdmin.checkHBaseAvailable(org.apache.hadoop.conf.Configuration conf)
Check to see if HBase is running.
|
boolean |
HBaseAdmin.isMasterRunning() |
boolean |
HConnection.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.
|
HTableMultiplexer(org.apache.hadoop.conf.Configuration conf,
int perRegionServerBufferQueueSize) |
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 © 2013 The Apache Software Foundation. All Rights Reserved.