Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Method and Description |
---|---|
com.stumbleupon.async.Deferred<List<RegionLocation>> |
HBaseClient.locateRegions(byte[] table)
Searches the meta table for all of the regions associated with the given
table.
|
com.stumbleupon.async.Deferred<List<RegionLocation>> |
HBaseClient.locateRegions(String table)
Searches the meta table for all of the regions associated with the given
table.
|
Copyright © 2010-2017, The Async HBase Authors