The navigation is not straightfoward. In HServerLoad: private ArrayList<RegionLoad> regionLoad = new ArrayList<RegionLoad>(); Given region name, there is no quick way of locating request count for the region without changing data structure for regionLoad.
Regards On Mon, Mar 14, 2011 at 2:49 PM, Stack <[email protected]> wrote: > On Mon, Mar 14, 2011 at 2:43 PM, Ted Yu <[email protected]> wrote: > > If we keep current relationship, one approach would be to add the request > > count to HRegionInfo > > > > No. > > Let the request stuff stay out in the HServerLoad class rather than > bring this into the HSI. > > Can you get HServerLoad from AM? > > St.Ack >
