Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
void |
HBaseAdmin.move(byte[] encodedRegionName,
byte[] destServerName)
Move the region
r to dest . |
Modifier and Type | Method and Description |
---|---|
void |
HMasterInterface.move(byte[] encodedRegionName,
byte[] destServerName)
Move the region
r to dest . |
Modifier and Type | Method and Description |
---|---|
void |
HMaster.move(byte[] encodedRegionName,
byte[] destServerName) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.