HTable can return region information: Map<HRegionInfo, HServerAddress> regions = table.getRegionsInfo(); However, request count (HBASE-3507) is contained in HRegion.
How do I access to HRegion for regions in a table ? Thanks
HTable can return region information: Map<HRegionInfo, HServerAddress> regions = table.getRegionsInfo(); However, request count (HBASE-3507) is contained in HRegion.
How do I access to HRegion for regions in a table ? Thanks