1.获取指定rowkey对应region和regionserver
(1).获取一个表的RegionLocator
|
|
(2).使用RegionLocator定位rowkey对应的Region和Region Server
|
|
其中HRegionLocation包含了Region、RegionServer等信息。
|
|
(3).RegionLocator的其他功能
|
|
2.获取regionServer下所有的Region
|
|
(1).获取一个表的RegionLocator
|
|
(2).使用RegionLocator定位rowkey对应的Region和Region Server
|
|
其中HRegionLocation包含了Region、RegionServer等信息。
|
|
(3).RegionLocator的其他功能
|
|
|
|